Skip to content

This repository is mainly about the classification of music genres of Kaggle music dataset in various forms of data preparation

Notifications You must be signed in to change notification settings

TheUnsolvedDev/Music-Genre-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Music-Genre-Detection

Music genre classification from audio spectrograms using deep learning. A convolutional neural network is trained with 7000 sample audios of 10 different music genres.

Before trying, follow these steps:

Visit https://www.kaggle.com/carlthome/gtzan-genre-collection/download and download the GTZAN Genre Collection Dataset.

-> Fire up your terminal/cmd.

Linux :

  $ python3 classifier.py

For prediction:

  $ python3 detector.py

Windows:

  $ python3 classifier.py

For prediction:

  $ python3 detector.py

About

This repository is mainly about the classification of music genres of Kaggle music dataset in various forms of data preparation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages