smaranjitghose / DeepPixel

An open-source Python package for making computer vision and image processing simpler
MIT License
22 stars 37 forks source link

Music Genre Classification #52

Closed purva98 closed 4 years ago

purva98 commented 4 years ago

Fixes #39

Music genre classification is done by generating spectrograms, and then training the custom made CNN architecture on GPU provided by Google Colab. The entire process of Downloading the dataset, as well as generating intermediate outputs is done step by step in the colab notebook. Current Accuracy is 90%. I wish to improve the accuracy of the model, with the help of the feedback you provide.