timit topic

List timit repositories

listen-attend-and-spell

90
Stars
32
Forks
Watchers

Tensorflow implementation of "Listen, Attend and Spell" authored by William Chan. This project utilizes input pipeline and estimator API of Tensorflow, which makes the training and evaluation truly en...

CTC_pytorch

216
Stars
48
Forks
Watchers

CTC end -to-end ASR for timit and 863 corpus.

pytorch-kaldi

2.4k
Stars
447
Forks
Watchers

pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are...

tensorflow_end2end_speech_recognition

313
Stars
121
Forks
Watchers

End-to-End speech recognition implementation base on TensorFlow (CTC, Attention, and MTL training)

SincNet

1.1k
Stars
259
Forks
Watchers

SincNet is a neural architecture for efficiently processing raw audio samples.

speechbrain.github.io

358
Stars
28
Forks
Watchers

The SpeechBrain project aims to build a novel speech toolkit fully based on PyTorch. With SpeechBrain users can easily create speech processing systems, ranging from speech recognition (both HMM/DNN a...

RNN-Transducer

135
Stars
31
Forks
Watchers

MXNet implementation of RNN Transducer (Graves 2012): Sequence Transduction with Recurrent Neural Networks

timit

278
Stars
120
Forks
Watchers

The DARPA TIMIT Acoustic-Phonetic Continuous Speech Corpus.

asr_preprocessing

68
Stars
23
Forks
Watchers

Python implementation of pre-processing for End-to-End speech recognition

keras-sincnet

72
Stars
27
Forks
Watchers

Keras (tensorflow) implementation of SincNet (Mirco Ravanelli, Yoshua Bengio - https://github.com/mravanelli/SincNet)