posts/My_Avatar.png

Building a Spotify Recommendation System

In this post I’ll show the steps I took in order to build my own spotify recommendation system that will automaticlly add new playlists to my account based on the songs I liked. Using Spotify API and gathering data Importing all the packages we are gonna need: import spotipy from sklearn.neighbors import KNeighborsClassifier from spotipy.oauth2 import SpotifyOAuth from spotipy.oauth2 import SpotifyClientCredentials import pandas as pd import sklearn import matplotlib.pyplot as plt from sklearn.