spotify-song-recommendation web app
- Get tracks recommendations based on your favourite three tracks (content-based recommendation algorithm)
- Get tracks recommendations based on your choice of genre
How to start the web app
-
clone the repository
-
Run the command on spotify-song-recommender/workspace
directory
sh run.sh
-
Open localhost:8000/recommender
Tech stacks
- Django
- Python3
- Sqlite
- Html, css, Javascript, Ajax
- Spotify API
git branch
main
|
|--- sehwa
|--- jaehyuk
commit convention
chore: settings & etc
add: new function & views
fix: bugs & erros
docs: documents