An open API service indexing awesome lists of open source software.

https://github.com/luickk/sound-classification_rnn

RNN to classify accents by using YouTube Biritsh and American training samples
https://github.com/luickk/sound-classification_rnn

python rnn tensorflow

Last synced: about 1 year ago
JSON representation

RNN to classify accents by using YouTube Biritsh and American training samples

Awesome Lists containing this project

README

          

Sound Classification
===================

This recurrent neural network tries to differentiate between sounds. The RNN is trained by using example data provided in the repo. in Sound-Data folder.

----------

#### Installation

> - Clone Repository
> - Install Dependencies

#### Training

> - python main.py -m train

#### Testing

> - python main.py -m pred -u

Dependiencies
-------------------

> tensorflow

> numpy

> librosa

> matplotlib

> tqdm

> uuid

Example
-------------------
The RNN successfully classificated 1.wav as label 0 in class dictionary
![img_pred](media/1.png)