English
music
emotion
kjysmu commited on
Commit
cd31e48
·
verified ·
1 Parent(s): bf0fd7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Music2Emo Demo
2
+
3
+ This is a demo for Music2Emo: Towards Unified Music Emotion Recognition across Dimensional and Categorical Models.
4
+
5
+ ## Description
6
+ Upload an audio file to analyze its emotional characteristics. The model predicts:
7
+ - Mood tags
8
+ - Valence score (1-9 scale)
9
+ - Arousal score (1-9 scale)
10
+
11
+ ## Usage
12
+ 1. Upload an audio file (MP3 or WAV)
13
+ 2. Adjust the mood detection threshold if needed
14
+ 3. Click "Analyze Emotions" to get results
15
+
16
+ ---
17
+ license: apache-2.0
18
+ ---