Skip to content

Tiansuy/Audio-Classification-Using-Resnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audio-Classification-Using-Resnet


Dataset Link :- https://www.kaggle.com/andradaolteanu/gtzan-dataset-music-genre-classification
About the data :- Genre original folder(only this required) - It is a collection of 10 genres with 100 audio files each, all having a length of 30 seconds (the famous GTZAN dataset, the MNIST of sounds).

Implementation Guide

  • First of all, we have to do some data preprocessing and extract some useful information from our music data so that we can use it for training our model. For this run:-

    python prepare_dataset.py

  • Next there are 2 custom model(one is CNN based) built using PyTorch and it is trained on the preprocessed data. For CNN based model run:-

    python audio_cnn_pytorch.py

    • with acc 44.5%

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages