FarzamA / BeatMatch

A MERN stack application that curates playlists for a user based on their mood.
1 stars 0 forks source link

Build Song Playlist Generation #10

Closed alyoung1991 closed 2 years ago

alyoung1991 commented 3 years ago

Build song playlist generation functionality. High-level overview of playlist generation functionality is as follows:

  1. Form responses are translated into floating point values corresponding to song traits (Danceability, Loudness, etc.)
  2. Kaggle will receive responses and return a list of song's matching the user's response values.
  3. Playlist will be presented to the frontend with ability to export to Spotify
zkural1 commented 2 years ago

Finished