Spotify-music-clustering
Nowadays we don't have time to listen to each and every song that we come across in a playlist. so, this project helps you. we used Spotify API for collecting the dataset information and able to do EDA and used K- means clustering technique and created new playlists in Spotify again.
follow these steps:
- click this link and open spotify devoloper https://developer.spotify.com/dashboard/login
- login and create an app
- Find client id and client secret and paste in the code snippet.
- Open Spotify music app open profile and copy username ( to create new playlists in the Spotify music app)
- to generate new playlists in spotify app:
go to console and click /v1/users/{user_id}/playlists ( used to create playlist) and generate auth token. similarly go to console and click add items to playlist and generate auth token. (click get token in both of them. copy and paste in code snippet)
- copy all those id's and usernames in notebook file ( follow those comments further)