Machine Learning app, classifies music genres from music files, utilising supervised machine learning with the k-Nearest Neighbours algorithm.
- 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.