We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dcb9d6 commit b37b78eCopy full SHA for b37b78e
music_rec/README.md
@@ -0,0 +1,13 @@
1
+# Music Recommender App
2
+
3
+A simple Python script that recommends music based on user emotions (placeholders).
4
5
+## Features
6
+- Enter an emotion to get a playlist (placeholder)
7
+- Spotify API connection (placeholder)
8
+- Output playlist (placeholder)
9
10
+## How to Use
11
+1. Run `python music_recommender.py`
12
+2. Enter your current emotion
13
+3. Playlist will be displayed (placeholder)
0 commit comments