Skip to content

chrishickey/CNNCommandClassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

논문 연구 수업: 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'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published