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.