shavirazh commited on
Commit
dc99bbe
Β·
verified Β·
1 Parent(s): b12bf41

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  title: Copyright Purpose Song Recommender
3
  emoji: πŸš€
4
- colorFrom: green
5
- colorTo: yellow
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 short 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)
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