/music-genre-classifier

Machine Learning app, classifies music genres from music files. The predictions of music genres are made by utilising supervised machine learning techniques using the k-Nearest Neighbours algorithm

Primary LanguagePythonMIT LicenseMIT

music-genre-classifier

Machine Learning app, classifies music genres from music files, utilising supervised machine learning with the k-Nearest Neighbours algorithm.


TODO:

  • Create spotify developer account to link with spotify API
  • Create playlists to train model
  • Modify data to make it suitable to train the model
  • Train model
  • Improve accuracy of model if needed
  • Try and create an app that creates or adds to playlist depending on genre determined by model.