CTC ASR Implementations Voice AI Tools
End-to-end speech recognition systems using Connectionist Temporal Classification (CTC) loss function for acoustic modeling. Includes CTC decoders, training frameworks, and CTC variants (CTC-CRF). Does NOT include general ASR frameworks without explicit CTC focus, TTS systems, or non-neural ASR approaches.
There are 65 ctc asr implementations tools tracked. 3 score above 50 (established tier). The highest-rated is githubharald/CTCWordBeamSearch at 54/100 with 577 stars.
Get all 65 projects as JSON
curl "https://pt-edge.onrender.com/api/v1/datasets/quality?domain=voice-ai&subcategory=ctc-asr-implementations&limit=20"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
| # | Tool | Score | Tier |
|---|---|---|---|
| 1 |
githubharald/CTCWordBeamSearch
Connectionist Temporal Classification (CTC) decoder with dictionary and... |
|
Established |
| 2 |
githubharald/CTCDecoder
Connectionist Temporal Classification (CTC) decoding algorithms: best path,... |
|
Established |
| 3 |
nl8590687/ASRT_SpeechRecognition
A Deep-Learning-Based Chinese Speech Recognition System 基于深度学习的中文语音识别系统 |
|
Established |
| 4 |
scionoftech/DeepAsr
Keras(Tensorflow) implementations of Automatic Speech Recognition |
|
Emerging |
| 5 |
athena-team/athena
an open-source implementation of sequence-to-sequence based speech processing engine |
|
Emerging |
| 6 |
hirofumi0810/tensorflow_end2end_speech_recognition
End-to-End speech recognition implementation base on TensorFlow (CTC,... |
|
Emerging |
| 7 |
rakeshvar/rnn_ctc
Recurrent Neural Network and Long Short Term Memory (LSTM) with... |
|
Emerging |
| 8 |
robmsmt/KerasDeepSpeech
A Keras CTC implementation of Baidu's DeepSpeech for model experimentation |
|
Emerging |
| 9 |
scart97/thunder-speech
A Hackable speech recognition library. |
|
Emerging |
| 10 |
philipperemy/tensorflow-ctc-speech-recognition
Application of Connectionist Temporal Classification (CTC) for Speech... |
|
Emerging |
| 11 |
mdangschat/ctc-asr
End-to-end trained speech recognition system, based on RNNs and the... |
|
Emerging |
| 12 |
AdroitAnandAI/Indian-Accent-Speech-Recognition
Traditional ASR (Signal & Cepstral Analysis, DTW, HMM) & DNNs (Custom Models... |
|
Emerging |
| 13 |
smeetrs/deep_avsr
A PyTorch implementation of the Deep Audio-Visual Speech Recognition paper. |
|
Emerging |
| 14 |
ai-adv-lab/deepspeech.mxnet
A MXNet implementation of Baidu's DeepSpeech architecture |
|
Emerging |
| 15 |
georgesterpu/avsr-tf1
Audio-Visual Speech Recognition using Sequence to Sequence Models |
|
Emerging |
| 16 |
zw76859420/ASR_WORD
采用端到端方法构建声学模型,以字为建模单元,采用DCNN-CTC网络结构。 |
|
Emerging |
| 17 |
huschen/kaggle_speech_recognition
Conv-LSTM-CTC speech recognition network (end-to-end), written in TensorFlow. |
|
Emerging |
| 18 |
pandeydivesh15/AVSR-Deep-Speech
Google Summer of Code 2017 Project: Development of Speech Recognition Module... |
|
Emerging |
| 19 |
MyrtleSoftware/deepspeech
A PyTorch implementation of DeepSpeech and DeepSpeech2. |
|
Emerging |
| 20 |
holm-aune-bachelor2018/ctc
Speech recognition with CTC in Keras with Tensorflow backend |
|
Emerging |
| 21 |
zw76859420/ASR_Syllable
基于卷积神经网络的语音识别声学模型的研究 |
|
Emerging |
| 22 |
manishdhakal/ASR-Nepali-using-CNN-BiLSTM-ResNet
Automatic speech recognition for the Nepali language using CNN,... |
|
Emerging |
| 23 |
sovse/Rus-SpeechRecognition-LSTM-CTC-VoxForge
Распознавание речи русского языка используя Tensorflow, обучаясь на базе Voxforge |
|
Emerging |
| 24 |
syhw/wer_are_we
Attempt at tracking states of the arts and recent results (bibliography) on... |
|
Emerging |
| 25 |
georgesterpu/Taris
Transformer-based online speech recognition system with TensorFlow 2 |
|
Emerging |
| 26 |
mozilla/deepspeech-playbook
A crash course for training speech recognition models using DeepSpeech. |
|
Emerging |
| 27 |
qiujiali/lattice_rnn
Bi-directional Lattice Recurrent Neural Networks for Confidence Estimation |
|
Emerging |
| 28 |
01-vyom/End_2_End_Automatic_Speech_Recognition_For_Gujarati
[ICON 2020] TensorFlow Code for "End-to-End Automatic Speech Recognition... |
|
Emerging |
| 29 |
Sundy1219/ctc_beam_search_lm
CTC+Beam_Search+kenlm 是用于以汉字为声学模型建模单元的解码系统 |
|
Experimental |
| 30 |
alecokas/BiLatticeRNN-Confidence
Confidence Estimation for Black Box Automatic Speech Recognition Systems... |
|
Experimental |
| 31 |
huckiyang/QuantumSpeech-QCNN
IEEE ICASSP 21 - Quantum Convolution Neural Networks for Speech Processing... |
|
Experimental |
| 32 |
jx1100370217/DFCNN-master
这是一个基于全卷积神经网络的语音识别系统 |
|
Experimental |
| 33 |
soheil-mp/Speech-Recognition
End-to-End Speech Recognition using Neural Networks. |
|
Experimental |
| 34 |
messiaen/full-lattice-search
Full Text Search Over Probabilistic Lattices with Elasticsearch! |
|
Experimental |
| 35 |
nvmoyar/aind2-speech-recognition
Some approaches based on deep learning to build the acoustic model for an... |
|
Experimental |
| 36 |
matthijsvk/TIMITspeech
Speech recognition on the TIMIT (or any other) dataset |
|
Experimental |
| 37 |
DeepSwissVoice/DeepVoice
A TensorFlow implementation of Baidu's DeepSpeech architecture |
|
Experimental |
| 38 |
gheyret/uyghur-asr-ctc
Speech Recognition for Uyghur using deep learning |
|
Experimental |
| 39 |
30stomercury/Automatic-Speech-Recognition
End-to-End Speech Recognition Using Tensorflow |
|
Experimental |
| 40 |
CoffreLv/ASR_CNN_CTC
从零开始搭建一个基于CNN+CTC的语音识别系统。 |
|
Experimental |
| 41 |
TeaPoly/CTC-OptimizedLoss
Computes the MWER (minimum WER) Loss with CTC beam search. Knowledge... |
|
Experimental |
| 42 |
SzLeaves/asr-model-ctc
ASR deep learning models (use BiGRU & WaveNet & CTC), use Tensorflow2... |
|
Experimental |
| 43 |
mpoyraz/ngram-lm-wiki
Scripts to train a n-gram language models on Wikipedia articles |
|
Experimental |
| 44 |
marvinborner/CTC-LSTM
Spoken word recognition using CTC LSTMs for SWR2 Tübingen |
|
Experimental |
| 45 |
Alan-6666/chinese_asr
a demo of chinese asr |
|
Experimental |
| 46 |
TeaPoly/CE-OptimizedLoss
Optimized loss based on cross-entropy (CE), like MWER (minimum WER) Loss... |
|
Experimental |
| 47 |
shessam/DSR
Throughout history, Altough there has been significant research in the field... |
|
Experimental |
| 48 |
mangushev/deep_speech
Implementation of Deep Speech: Scaling up end-to-end speech recognition... |
|
Experimental |
| 49 |
kjw11/Speaker-Aware-CTC
Speaker-aware CTC (SACTC) for multi-talker overlapped speech recognition. |
|
Experimental |
| 50 |
TeaPoly/warp-ctc-crf
An extension of thu-spmi/CAT which contains a full-fledged implementation of... |
|
Experimental |
| 51 |
TeaPoly/cat_tensorflow
Crf-based Asr Toolkit with TensorFlow implement |
|
Experimental |
| 52 |
zvadaadam/speech-recognition
End to End Speech Recognition with Tensorflow |
|
Experimental |
| 53 |
Sundy1219/RNNLM
Using RNNLM rescoring a sentence in Chinese ASR system |
|
Experimental |
| 54 |
ColsonZhang/ASR-SPN
基于spn网络构建的孤立词语音识别模型,训练前处理过程使用了端点检测、mfcc特征提取和编码压缩以及DTW对齐算法。 |
|
Experimental |
| 55 |
786440445/ASR_DFCNN_Transformer
1. ctc的DCNN声学模型+语言模型和 transformer的端到端模型 |
|
Experimental |
| 56 |
ss87021456/mfcc_ctc_speech
apply mfcc feature of waveform with the LSTM + CTC loss architecture |
|
Experimental |
| 57 |
bjornbytes/lua-deepspeech
Lua Library for Speech Recognition |
|
Experimental |
| 58 |
MichaelFeng87/CGN_speech_recognition
Speech recognition using DNNs, script to create features, use kaldi for... |
|
Experimental |
| 59 |
venusdev85/Speech-Recognition
End-to-end Automatic Speech Recognition for Madarian and English in Tensorflow |
|
Experimental |
| 60 |
tanzita/tf_asr
Improving Deep Neural Networks Based Speech Recognition System For Far-field Speech |
|
Experimental |
| 61 |
tassosblackg/Deep4Deep
CNN implementation for ASV |
|
Experimental |
| 62 |
xieliang555/Automatic-Speech-Recognition
End-to-end ASR system on TIMIT |
|
Experimental |
| 63 |
markus-m-u-e-l-l-e-r/CTC.ISL
ISL Speech Recognition Toolkit for training neural networks with the CTC... |
|
Experimental |
| 64 |
LuluW8071/Deep-Speech-2
Implementation of Deep Speech 2 paper with BiGRU and BiLSTM using LibriSpeech Dataset |
|
Experimental |
| 65 |
zaanind/Asr_CTC
This repository provides a Jupyter notebook for (CTC) based Automatic Speech... |
|
Experimental |