Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Music Recommender Web app using Spotify API

A Web based music recommender written in python.

We built our own music recommendation system using a song dataset. It integrates with the Spotify API to fetch and play songs directly within our web app.

Features

  • Search Songs of your choice.
  • Get recommendation based on your listening.

How to use in your System

  • Download and Extract the zip file.

  • Create a Spotify developer account (here).

  • Create an app (create) in the dashboard

    • Add a REDIRECT_URL (mandatory)
    • Tick the Web API checkbox
  • After creating the app get the credentials

    • CLIENT_ID
    • CLIENT_SECRET
  • Open the api.py file and paste these credentials

    self.CLIENT_ID     = " "
    self.CLIENT_SECRET = " "
  • Add the REDIRECT_URL in the code as well api.py

    self.REDIRECT_URI = " "
  • Open any of the spotify logged in device. Make sure the device is active as it will play songs on that device.

  • Now run main.py

    python main.py

Screenshots

image image image image image

Support

For any queries, email Ayush, Barenya

About

Music Recommender Web App written in python

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages