Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 792 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 792 Bytes

MUSIC_RECOMMENDATION_APP

This project is my graduation project that I did in my last year of computer engineering.

Desktop application with a simple interface. It uses the Spotipy library and Random Forest Regressor from Scikit Learn. It uses MillionSongSubset as its database. The user enters a spotify playlist ID and the program suggests three songs according to this playlist. According to the characteristics of the songs in the playlist, it finds and recommends three similar songs from the database. In order for the application to work, the API information of the spotify profile that creates the playlist, which ID is entered, must be written into the code. randomfsonuc