Skip to content

Mixa26/Spoken-digits-recognizer-with-dynamic-time-warping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spoken-digits-recognizer

A app dedicated to recognize spoken digits from 0-9. It is based on Dynamic-time-warping(DTW).
The audio was preprocessed and compared using Mel-Spectogram(MS), Mel-frequency cepstral coefficients(MFCC)
and Linear-predictive coding(LPC).
Check out the .ipynb file for more info.