Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 333 Bytes

File metadata and controls

9 lines (6 loc) · 333 Bytes

Song Recommendation Engine

Song Recommendation Engine using K-Nearest Neighbors with the Spotify Music Dataset.

To get started, clone this repo and run the following to install the required packages:

  • pip install -r requirements.txt

To run the app, you can run:

  • streamlit run app.py