Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 839 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 839 Bytes

yazify

simple song recommender using spotify api

Goals

completed

  1. Scrape spotify for tracks For now can scrape just https://open.spotify.com/playlist/2ttf8zNG34K5SSdZRzqhVR?si=38d3e55d9f41429d
  2. Score tracks based on similarity to user TBD by all user playlists, or track similarity that user inserts Return top scored tracks as recommendations
  3. Build UI for user to get recommendations (React frontend)
  4. provide data visualization for playlists
  5. scrape all/more curated playlists

todo

  1. deploy to production
  2. build cache to store songs that already have been scored (bonus)
  3. expand dataframe much further and optimize as needed (bonus)

spotify TOS

This project complies with the Spotify API terms of service and does not train any AI or machine learning models to generate recommendations.