Mirco Ravanelli

Results 5 repositories owned by Mirco Ravanelli

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...

SincNet

1.1k
Stars
259
Forks
Watchers

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

pySpeechRev

93
Stars
24
Forks
Watchers

This python code performs an efficient speech reverberation starting from a dataset of close-talking speech signals and a collection of acoustic impulse responses.

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.