A user-friendly GUI application built with Python and Tkinter that recommends songs on Spotify based on a user's playlist and provides options for feedback to improve recommendations.
- Generates song recommendations based on the user's Spotify playlist.
- Allows users to provide feedback on recommended songs (like or dislike).
- Provides improved recommendations based on user feedback.
- Offers a user-friendly GUI for easy interaction.
- Clone the repository:
git clone https://github.com/HemantTheCoder/Spotify_Song_Recommender.git
Install the required dependencies:
pip install spotipy
Run the application:
python main.py
Enter your Spotify username and playlist ID, then click "Get Recommendations" to view initial recommendations. Provide feedback on the recommended songs using the radio buttons. Click "Show Improved Recommendations" to see new recommendations based on your feedback.
HemantTheCoder