A Flask web application that uses an XGBoost model to predict a user's favorite genre of music
Check out the active app here!
- Clone repo
- Create a virtualenv
- Install requirements
pip3 install -r requirements.txt
- Create a config.ini file in the following format:
Note: these keys can be obtained by creating a Spotify Developer account for free.
[spotify api] CLIENT_ID=XXXXXXXXXXXXXXXXXXXXXXX CLIENT_SECRET=XXXXXXXXXXXXXXXXXXXXXXX
- Run the app!
python3 app.py