Nick021402 commited on
Commit
c3a9592
·
verified ·
1 Parent(s): 9e3c89f

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -14
README.md CHANGED
@@ -1,14 +1,20 @@
1
- ---
2
- title: Emotion2Music AI
3
- emoji: 🦀
4
- colorFrom: red
5
- colorTo: blue
6
- sdk: gradio
7
- sdk_version: 5.30.0
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- short_description: '**Turn your feelings into music!** This AI-powered app anal'
12
- ---
13
-
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
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!