Skip to content

Use Spotify API to predict wether as song is a Kpop song or not

Notifications You must be signed in to change notification settings

jadebecker/SpotKPOP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpotKPOP

Use Spotify API to predict wether as song is a Kpop song or not

Built with

Running classifier

python3 spotclass.py username

Classifier needs two playlists id to run -> one playlist of kpop songs and another one of not kpop songs

Running predictor

python3 PredictorSpot.py username

Predictor accesses music saved in Spotify and takes the 10 first to test

Output example

Killing Me Softly with His Song - Fugees
PAS KPOP 

Up & Down - EXID
KPOP

DDD - EXID
KPOP

PAS KPOP = Not a Kpop song / KPOP = Kpop song

Problem

The model can recognize Kpop songs but also recognizes pop songs as kpop songs.