Skip to content

Latest commit

 

History

History
 
 

README.md

The minimum PaddlePaddle version needed for the code sample in this directory is the lastest develop branch. If you are on a version of PaddlePaddle earlier than this, please update your installation.

Deep Automatic Speech Recognition

Introduction

TBD

Installation

Kaldi

The decoder depends on kaldi, install it by flowing its instructions. Then

export KALDI_ROOT=<absolute path to kaldi>

Decoder

git clone https://github.com/PaddlePaddle/models.git
cd models/fluid/DeepASR/decoder
sh setup.sh

Data reprocessing

TBD

Training

TBD

Inference & Decoding

TBD

Question and Contribution

TBD