Use Spotify API to predict wether as song is a Kpop song or not
- Keras with TensorFlow Use to build model
- Spotipy Use to access Spotify API
- Numpy Use to build model
- Sklearn Use to build model
- H5py Use to save model
python3 spotclass.py username
Classifier needs two playlists id to run -> one playlist of kpop songs and another one of not kpop songs
python3 PredictorSpot.py username
Predictor accesses music saved in Spotify and takes the 10 first to test
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
The model can recognize Kpop songs but also recognizes pop songs as kpop songs.