Skip to content

KeeganCK/SENG474Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Artist Recommender using a Content-Based filtering Recommender System

Datasets:
https://www.kaggle.com/datasets/jackharding/spotify-artist-metadata-top-10k
https://www.kaggle.com/datasets/thedevastator/predicting-artists-success

flask run

Install flask and run the command above in the project backend folder.

npm install

Installs all necessary npm packages for the fronted

npm start

Runs the app in the development mode.
Open https://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.