Spaces:
Sleeping
Sleeping
Upload README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,20 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Emotion2Music AI
|
2 |
+
|
3 |
+
**Turn your feelings into music!**
|
4 |
+
|
5 |
+
This AI-powered app analyzes your mood from a text description and instantly generates a short, custom music clip that matches your emotional tone.
|
6 |
+
|
7 |
+
## How It Works
|
8 |
+
|
9 |
+
1. You describe how you're feeling (e.g. *“I feel hopeful but a little sad”*)
|
10 |
+
2. The app detects the most likely emotion using a Hugging Face model.
|
11 |
+
3. Based on the emotion, it generates a fitting music clip using AI.
|
12 |
+
4. You can listen, download, and share the generated audio.
|
13 |
+
|
14 |
+
## Powered By
|
15 |
+
|
16 |
+
- [j-hartmann/emotion-english-distilroberta-base](https://huggingface.co/j-hartmann/emotion-english-distilroberta-base) for emotion detection
|
17 |
+
- [facebook/musicgen-small](https://huggingface.co/facebook/musicgen-small) for text-to-music generation
|
18 |
+
- [Gradio](https://gradio.app/) for the web interface
|
19 |
+
|
20 |
+
## Try it now — just type your mood and listen to your custom track!
|