# Deep Speech 2 on PaddlePaddle ``` sh requirements.sh python librispeech.py python train.py ``` Please add warp-ctc library path (usually $PADDLE_INSTALL_DIR/Paddle/third_party/install/warpctc/lib) to LD_LIBRARY_PATH.