Skip to content

Analysis and clustering of popular songs and their attributes using Spotify API.

Notifications You must be signed in to change notification settings

BatuhanSeremet/Spotify-DataAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Spotify-DataAnalysis

Analysis and clustering of popular songs and their attributes using Spotify API.

Python's spotipy library is used to get data from Spotify. By doing searches with characters(A-Z, 0-9) 1750 songs were collected. These songs are shared in the .csv file.

Numerical features provided by spotify are collected and analyzed. K-Means Clustering Algorithm is used to group songs that are similar to each other.