Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Music Recommendation System #592

Merged

Conversation

sitamgithub-MSIT
Copy link
Contributor

Pull Request for ML-Crate 💡

Issue Title: Music Recommender System

  • Info about the related issue (Aim of the project) : The main goal of this project is to develop a machine learning model that can recommend the music recommendation system based on the user's listening history.
  • Name: Sitam Meur
  • GitHub ID: sitamgithub-MSIT
  • Idenitfy yourself: JWOC 2024 Participant

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:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

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: ☑️

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added things that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

Copy link

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

@sitamgithub-MSIT
Copy link
Contributor Author

@abhisheks008 Can you please review the PR?

Copy link
Owner

@abhisheks008 abhisheks008 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved under JWOC 2024 @sitamgithub-MSIT

@abhisheks008 abhisheks008 added Approved ✅ This PR is approved by the PR or, Mentors. Advanced Points 40 - SSOC 2024 JWOC This issue/pull request will be considered for JWOC 2k22. labels Feb 25, 2024
@abhisheks008 abhisheks008 merged commit 71cf816 into abhisheks008:main Feb 25, 2024
1 check passed
@abhisheks008 abhisheks008 added the Points Added 🎉 This issue's points has been added to the leaderboard. label Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Advanced Points 40 - SSOC 2024 Approved ✅ This PR is approved by the PR or, Mentors. JWOC This issue/pull request will be considered for JWOC 2k22. Points Added 🎉 This issue's points has been added to the leaderboard.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Music Recommender System
2 participants