timit topic

List timit repositories

A Simple Automatic Speech Recognition (ASR) Model in Tensorflow, which only needs to focus on Deep Neural Network. It's easy to test popular cells (most are LSTM and its variants) and models (unidirec...

pytorch_MLP_for_ASR

38
Stars
12
Forks
Watchers

This code implements a basic MLP for speech recognition. The MLP is trained with pytorch, while feature extraction, alignments, and decoding are performed with Kaldi. The current implementation sup...

theano-kaldi-rnn

32
Stars
13
Forks
Watchers

THEANO-KALDI-RNNs is a project implementing various Recurrent Neural Networks (RNNs) for RNN-HMM speech recognition. The Theano Code is coupled with the Kaldi decoder.

PytorchSR

34
Stars
5
Forks
Watchers

Pytorch based phoneme recognition (TIMIT phoneme classification)

TIMITspeech

40
Stars
12
Forks
Watchers

Speech recognition on the TIMIT (or any other) dataset

PyTorch-End-to-End-ASR-on-TIMIT

16
Stars
5
Forks
Watchers

Attention-based end-to-end ASR on TIMIT in PyTorch

timit-preprocessor

15
Stars
0
Forks
Watchers

Extract mfcc vectors and phones from TIMIT dataset