This file is a small project on Music Recommender System which is used only to learn more on K-Means Clustering.
The model divides song into five separate clusters used to recommend similar songs.
A modified version of Spotify Dataset is used and may be different from the dataset available on Kaggle.
special thanks to Kaggle
- Create a venv folder in this repo.
- Install all requirements with pip install -r requirements.txt.
- Ready to run files from 'django-proj' directory that contains backend of the web-server.


