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
  1. 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