Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Music2Emo Demo
|
| 2 |
|
| 3 |
This is a demo for Music2Emo: Towards Unified Music Emotion Recognition across Dimensional and Categorical Models.
|
|
@@ -12,7 +22,3 @@ Upload an audio file to analyze its emotional characteristics. The model predict
|
|
| 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 |
-
---
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- music
|
| 7 |
+
- emotion
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
|
| 11 |
# Music2Emo Demo
|
| 12 |
|
| 13 |
This is a demo for Music2Emo: Towards Unified Music Emotion Recognition across Dimensional and Categorical Models.
|
|
|
|
| 22 |
1. Upload an audio file (MP3 or WAV)
|
| 23 |
2. Adjust the mood detection threshold if needed
|
| 24 |
3. Click "Analyze Emotions" to get results
|
|
|
|
|
|
|
|
|
|
|
|