Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1 |
-
|
2 |
-
|
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 |
+
---
|