#Audio classification using deep learning
This a deep learning model for automatice musical instrument classification
#Info Please make sure the training data are in sounds folder
Use the package manager pip to install foobar.
pip install -r requirement.txt
python eda.py #for exploratory data analysis
python model.py #for model training and validation
python predict.py # for prediction
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.