Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 556 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 556 Bytes

Deep Learning for raw audio files

Keras (Tensorflow) implementation of the paper: https://arxiv.org/pdf/1610.00087.pdf

Follow this Blog : https://medium.com/in-pursuit-of-artificial-intelligence/deep-learning-using-raw-audio-files-66d5e7bf4cca

How to re-run the experiment?

Dataset can be downloaded here: https://www.kaggle.com/kinguistics/heartbeat-sounds

git clone https://github.com/vivek081166/raw-audio-deep-learning.git
cd raw-audio-deep-learning
sudo pip3 install -r requirements.txt
python3 process_data.py
python3 model.py