An open API service indexing awesome lists of open source software.

https://github.com/sanchariii/musicgenre_classification

Music genre classification is a machine learning model by which the model can predict music and classify the music based on popular genres like pop,jazz,rock,hip-hop,lofi etc.
https://github.com/sanchariii/musicgenre_classification

convolutional-neural-networks jupyer-notebook librosa python

Last synced: 3 months ago
JSON representation

Music genre classification is a machine learning model by which the model can predict music and classify the music based on popular genres like pop,jazz,rock,hip-hop,lofi etc.

Awesome Lists containing this project

README

        

# Music-genre-classification

audio-to-mfcc -> it basically converts waveform of each audio file into its MFCC vector and stores it in a JSON file.
mgrCNN -> we apply CNN to our preprocessed JSON file containing the MFCCs.
model_testing -> we load our model and try to predict the genre of some songs.

Link to the dataset:
https://www.kaggle.com/datasets/andradaolteanu/gtzan-dataset-music-genre-classification?resource=download

# Result:

The accuracy of the model is giving 77.7% which is the learning accuracy of the Mel-spectre.