Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
2 |
title: Copyright Purpose Song Recommender
|
3 |
emoji: π
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.24.0
|
8 |
app_file: app.py
|
@@ -18,13 +18,13 @@ Whether you're working on:
|
|
18 |
- π¬ a cinematic scene
|
19 |
- π± a viral social media video
|
20 |
- π’ a brand campaign
|
21 |
-
- π an emotional
|
22 |
- etc etc
|
23 |
|
24 |
This app will analyze your needs and recommend songs using real music intelligence powered by:
|
25 |
- **Spotify audio features** (valence, energy, tempo, danceability, etc.)
|
26 |
- **YouTube metadata** (likes, comments, views)
|
27 |
-
- **LLM parsing** (DeepSeek LLM)
|
28 |
|
29 |
---
|
30 |
|
@@ -62,8 +62,8 @@ This app will analyze your needs and recommend songs using real music intelligen
|
|
62 |
- `Transformers` β LLM model loading
|
63 |
- `LangChain` β for prompt templates and parsing
|
64 |
- `Pandas` β data filtering and exporting
|
65 |
-
- `tiny-random-Mistral-7B` β for input parsing (THIS SPACE)
|
66 |
- `DeepSeek LLM 7B Chat` β for input parsing (production)
|
|
|
67 |
|
68 |
---
|
69 |
|
|
|
1 |
---
|
2 |
title: Copyright Purpose Song Recommender
|
3 |
emoji: π
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.24.0
|
8 |
app_file: app.py
|
|
|
18 |
- π¬ a cinematic scene
|
19 |
- π± a viral social media video
|
20 |
- π’ a brand campaign
|
21 |
+
- π an emotional film
|
22 |
- etc etc
|
23 |
|
24 |
This app will analyze your needs and recommend songs using real music intelligence powered by:
|
25 |
- **Spotify audio features** (valence, energy, tempo, danceability, etc.)
|
26 |
- **YouTube metadata** (likes, comments, views)
|
27 |
+
- **LLM parsing** (DeepSeek LLM for production, and still on research for compatible CPU model in HF demo.)
|
28 |
|
29 |
---
|
30 |
|
|
|
62 |
- `Transformers` β LLM model loading
|
63 |
- `LangChain` β for prompt templates and parsing
|
64 |
- `Pandas` β data filtering and exporting
|
|
|
65 |
- `DeepSeek LLM 7B Chat` β for input parsing (production)
|
66 |
+
- This space is using compatible model for CPU, yet still on research the best model.
|
67 |
|
68 |
---
|
69 |
|