ryubsmile / spotify-song-recommender

Song Recommender
2 stars 1 forks source link
django html-css-javascript ml python

spotify-song-recommendation web app

  1. Get tracks recommendations based on your favourite three tracks (content-based recommendation algorithm)
  2. Get tracks recommendations based on your choice of genre


Screen Shot 2021-07-19 at 10 34 22 AM Screen Shot 2021-07-19 at 5 28 31 PM


How to start the web app

  1. clone the repository

  2. Run the command on spotify-song-recommender/workspace directory

    sh run.sh
  3. Open localhost:8000/recommender

Tech stacks


git branch

main
   |
   |--- sehwa
   |--- jaehyuk


commit convention

chore: settings & etc
add: new function & views
fix: bugs & erros
docs: documents