A Sample project that does a sound classification
To run this project, do the following:
- Git clone the repository,
- Install dependency librosa by running the following command: pip install librosa
- Download the dataset from here: https://drive.google.com/drive/folders/0By0bAi7hOBAFUHVXd1JCN3MwTEU
- Run the training by running the following command: python ./train.py
- Use the model to predict
Assumptions:
- Apache Mxnet is installed. If not follow the installation instructions here: https://mxnet.incubator.apache.org/install/