ugnelis / tensorflow-rnn-ctcLinks
RNN CTC by using TensorFlow.
☆30Updated 6 years ago
Alternatives and similar repositories for tensorflow-rnn-ctc
Users that are interested in tensorflow-rnn-ctc are comparing it to the libraries listed below
Sorting:
- Speech recognition software where the neural net is trained with TensorFlow and GMM training and decoding is done in Kaldi☆173Updated 8 years ago
- Keras Interface for Kaldi ASR☆122Updated 8 years ago
- Code for end-to-end ASR with neural networks, build with TensorFlow☆110Updated 6 years ago
- Application of Connectionist Temporal Classification (CTC) for Speech Recognition (Tensorflow 1.0 but compatible with 2.0).☆130Updated 4 years ago
- TristouNet: Triplet Loss for Speaker Turn Embedding☆122Updated 8 years ago
- The official repository of the Eesen project☆202Updated 9 years ago
- A listen attend and spell reimplementation in tensorflow, using a custom attention mechanism.☆44Updated 6 years ago
- Open Source WFST-based Decoder Toolkit☆77Updated 9 years ago
- Python wrappers for Kaldi data☆60Updated 8 years ago
- End-to-End speech recognition implementation base on TensorFlow (CTC, Attention, and MTL training)☆315Updated 7 years ago
- Character level speech recognizer using ctc loss with deep rnns in TensorFlow.☆78Updated 7 years ago
- Python wrappers for Kaldi data☆33Updated 8 years ago
- Listen, Attend and Spell (LAS) framework for speech recognition (see https://arxiv.org/pdf/1508.01211.pdf).☆32Updated 6 years ago
- Implementation of all-neural speech recognition systems using Keras and Tensorflow☆145Updated 8 years ago
- This is a working example of using CTC for phone recognition on TIMIT☆50Updated 8 years ago
- An implementation of rnn transducer for sequence labeling problem