Skip to content

CS222-UIUC/Group-100-Spotify-RecSys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Group-100-Spotify-RecSys

Music is a universal language for everyone. As someone who enjoys listening to and discovering new music (with >1500 songs in one of ours' favorites playlist), we wanted an option to discover new listening tastes. We want to be able to create a recommendation service for users to find new music relative to the aspects of the songs they listen to and search for : ex. Genre, bpm, key, artist, track. We wanted to diverge from traditional recommendation systems by also including more niche information about the artist or song lyrics. This could give a user a more in-depth enjoyable experience that feels more connected, than a typical impersonal recommendation. The react-flask app is built on npx packages (create-react-app, react-flask-app)

In this project, we are creating a React-Flask app.

To install all Python dependencies:

pip install -r requirements.txt

Ensure you also have Node.js installed.

To run the React app, run the following:

cd react-flask-app && npm start

To run the Flask app, run the following:

cd react-flask-app/api/ && flask run

referred to [https://blog.miguelgrinberg.com/post/how-to-create-a-react--flask-project/page/2#comments] for react flask app tutorial

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published