Skip to content

Commit b37b78e

Browse files
author
Chloe White
committed
added a README for music recommender
1 parent 2dcb9d6 commit b37b78e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

music_rec/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)