AdroitAnandAI/Indian-Accent-Speech-Recognition
Traditional ASR (Signal & Cepstral Analysis, DTW, HMM) & DNNs (Custom Models + DeepSpeech) on Indian Accent Speech
Implements both classical signal processing pipelines (MFCC feature extraction with HMM/DTW) and modern deep learning approaches, including custom CNN-RNN architectures and fine-tuned Baidu DeepSpeech models trained on 50+ GB of multi-state Indian speech data from IIT Madras. Provides pre-trained models with KenLM language model integration and demonstrates superior performance on Indian-accented English through WER, WACC, and BLEU score comparisons against baseline DeepSpeech. Includes end-to-end training notebooks for both traditional ASR and transfer learning workflows with configurable hyperparameters.
No commits in the last 6 months.
Stars
91
Forks
38
Language
Jupyter Notebook
License
CC0-1.0
Category
Last pushed
Oct 19, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/AdroitAnandAI/Indian-Accent-Speech-Recognition"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
githubharald/CTCWordBeamSearch
Connectionist Temporal Classification (CTC) decoder with dictionary and language model.
githubharald/CTCDecoder
Connectionist Temporal Classification (CTC) decoding algorithms: best path, beam search, lexicon...
nl8590687/ASRT_SpeechRecognition
A Deep-Learning-Based Chinese Speech Recognition System 基于深度学习的中文语音识别系统
athena-team/athena
an open-source implementation of sequence-to-sequence based speech processing engine
hirofumi0810/tensorflow_end2end_speech_recognition
End-to-End speech recognition implementation base on TensorFlow (CTC, Attention, and MTL training)