This project aims to predict the genre of a given song file.
The repository covers the following aspects in various notebooks:
- Extracting features from mp3 song files
- Analyzing extracted features
- Feature Engineering
- Applying Several Classifiers and selecting optimal Classifier
The features used for this project come were extracted from the audio files of the GTZAN Genre Collection.
- Web application: https://classify.k8s.pouretadev.com/
- Frontend - Web App: https://github.com/andbluedev/Music-Genre-Classification-Model-Web-APP
- Backend - REST API: https://github.com/andbluedev/Music-Genre-Classification-Model-REST-API