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](http://www.paddlepaddle.org/docs/develop/documentation/en/build_and_install/pip_install_en.html).## Deep Automatic Speech Recognition### IntroductionTBD### Installation#### KaldiThe decoder depends on [kaldi](https://github.com/kaldi-asr/kaldi), install it by flowing its instructions. Then```shellexport KALDI_ROOT=<absolute path to kaldi>```#### Decoder```shellgit clone https://github.com/PaddlePaddle/models.gitcd models/fluid/DeepASR/decodersh setup.sh```### Data reprocessingTBD### TrainingTBD### Inference & DecodingTBD### Question and ContributionTBD