A mood based mini song recommendation system using spotify api. supposed to strream directly in browser for premium users and send non premium user to the spotify song link. used spotify web api and p
This is a spotify recommendation project. this takes user's mood - as an input and analyses it using textblob
further it asks spotify for recommendation based on that mood and provides songs playlist
if user has premium account, spotify will let them stream in the browser directly, and if they are not premium user, they will be redirected to spotify.As spotify does not allow non premium user to go stream in server browser.
able to show spotify recommendations in browser. errors need to be handled to get recommendations properly.