/Music-Genre-Classifier

This repository contains the code for some models that classify music files into their specific genres

Primary LanguagePythonMIT LicenseMIT

Music-Genre-Classifier

This repository contains the code for the Music Genre Classifier

Libraries used:

  1. Keras
  2. Scikit-learn(0.22)
  3. TinyTag (1.2.2): https://github.com/devsnd/tinytag
  4. Numpy
  5. Pandas
  6. Librosa (0.7.1)

Training Data:

Raw training data was obtained from FMA (https://github.com/mdeff/fma), the network was trained on the small dataset with 8000 mp3 audio files.