Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 854 Bytes

File metadata and controls

20 lines (14 loc) · 854 Bytes

논문 연구 수업: Classifiying verbal commands using CNN image classification of command Mel-Spectrograms

This project was created for the 논문 연구 1 and KCC submission at Seoul National University

Setup

Run the following commands to download the data and install the required packages (only tested on linux machines)

pip install -r requirements.txt
sh data_download.sh

Next follow the IPython notebooks.

This project converts audio commands from noise environments in the google command dataset to mel-spectrogram:

alt text

Next it uses a 4 layer CNN classifier to classify these images to there corresponding command

For example, this image above was created from a 1 second audio clip saying 'bed', when this image is fed to the CNN classifier, it should be classified as 'bed'