eaglewarrior / Spotify-Recommendation-Engine

Music Recommender System

Home Page:https://ucalyptus.github.io/Spotify-Recommendation-Engine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codacy Badge Gitter


Music recommender system.

Important Announcement for KWoC contributors

  • 1.This is my input data This is my playlist I feed it to
  • 2.Spotify has inhouse functions to extract track details. After I use Spotify API to fetch tracks and arrange it into a df
  • 3.This is the extracted dataframe Dataframe
  • 4.I do Data Analysis and use well known statistical techniques.

Requirements

  • spotipy
 pip install spotipy

Voila! ,we convert this into a simple data analytics problem.Thanks to this Python wrapper Spotipy

Read more about Spotify's recommendation algorithm

Spotify Developer for more info

Contributing

Before you follow the mentioned steps, make sure you read our Code of Conduct.

  1. Fork the repository. image
  2. clone the repository. https://github.com/ucalyptus/Spotify-Recommendation-Engine.git
  3. create a different branch. git checkout -b newbranch oldbranch
  4. Do the needful changes to solve the issue.
  5. commit the changes and open a pull request. git commit -m "description about changes" git push origin newbranch
  6. Making a pull request image
    • click on Compare and Pull Request image

KWoC contributors

@sibasmarak - #15 @San-B-09 - #21

About

Music Recommender System

https://ucalyptus.github.io/Spotify-Recommendation-Engine/

License:MIT License


Languages

Language:Jupyter Notebook 100.0%