Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 319 Bytes

File metadata and controls

6 lines (5 loc) · 319 Bytes

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.