Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 590 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 590 Bytes

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