Skip to content

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.

Notifications You must be signed in to change notification settings

Sanchariii/musicgenre_classification

Repository files navigation

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published