simple song recommender using spotify api
- Scrape spotify for tracks For now can scrape just https://open.spotify.com/playlist/2ttf8zNG34K5SSdZRzqhVR?si=38d3e55d9f41429d
- Score tracks based on similarity to user TBD by all user playlists, or track similarity that user inserts Return top scored tracks as recommendations
- Build UI for user to get recommendations (React frontend)
- provide data visualization for playlists
- scrape all/more curated playlists
- deploy to production
- build cache to store songs that already have been scored (bonus)
- expand dataframe much further and optimize as needed (bonus)
This project complies with the Spotify API terms of service and does not train any AI or machine learning models to generate recommendations.