abhisheks008 / ML-Crate

ML-Crate stands as the ultimate hub for a multitude of exciting ML projects, serving as the go-to resource haven for passionate and dedicated ML enthusiasts!πŸŒŸπŸ’« Devfolio URL, https://devfolio.co/projects/mlcrate-98f9
https://quine.sh/repo/abhisheks008-ML-Crate-409463050
MIT License
179 stars 215 forks source link

Music Recommendation System #592

Closed sitamgithub-MSIT closed 4 months ago

sitamgithub-MSIT commented 4 months ago

Pull Request for ML-Crate πŸ’‘

Issue Title: Music Recommender System

Closes: #589

Describe the add-ons or changes you've made πŸ“ƒ

The solution is implemented with technologies like Scikit-learn, Scipy, Spotipy, etc. I used Kaggle datasets for training purposes. Performed the necessary data pre-processing and exploratory data analysis. Trained the model K-means clustering and dimensionality reduction with PCA and t-SNE. I checked the trained model with euclidean distance, spatial distance, and other similarity metrics. At the end, model prediction is done using Spotipy (the Python library for the Spotify Web API).

Type of change β˜‘οΈ

What sort of change have you made:

How Has This Been Tested? βš™οΈ

The changes that I have made have been thoroughly tested in my local VS code as well as the Google collab. I also added proper requirements in the requirements.txt file for reproducibility on other machines too. Also, model graphs are added, and model prediction is added to prove the working of the code.

Checklist: β˜‘οΈ

github-actions[bot] commented 4 months ago

Our team will soon review your PR. Thanks @sitamgithub-MSIT :)

sitamgithub-MSIT commented 4 months ago

@abhisheks008 Can you please review the PR?