Easy-to-use Speech Toolkit including SOTA/Streaming ASR with punctuation, influential TTS with text frontend, Speaker Verification System and End-to-End Speech Simultaneous Translation.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Zeyu Chen d3a5c6d51e
add pr template (#550)
3 years ago
.github add pr template (#550) 3 years ago
.notebook Support paddle 2.x (#538) 3 years ago
.pre-commit-hooks add pre commit hooks 3 years ago
.travis Support paddle 2.x (#538) 3 years ago
deepspeech Refactor CTC module, add embedding and fix log (#549) 3 years ago
docs Fix doc format (#546) 3 years ago
examples Refactor CTC module, add embedding and fix log (#549) 3 years ago
tests Support paddle 2.x (#538) 3 years ago
tools Support paddle 2.x (#538) 3 years ago
utils Support paddle 2.x (#538) 3 years ago
.clang-format Add ci and code format checking. 7 years ago
.gitignore Support paddle 2.x (#538) 3 years ago
.pre-commit-config.yaml Support paddle 2.x (#538) 3 years ago
.style.yapf Add ci and code format checking. 7 years ago
.travis.yml Support paddle 2.x (#538) 3 years ago
LICENSE Create License 7 years ago
README.md Fix doc format (#546) 3 years ago
README_cn.md Fix doc format (#546) 3 years ago
env.sh Support paddle 2.x (#538) 3 years ago
requirements.txt Refactor CTC module, add embedding and fix log (#549) 3 years ago
setup.sh Support paddle 2.x (#538) 3 years ago

README.md

DeepSpeech on PaddlePaddle

中文版

DeepSpeech on PaddlePaddle is an open-source implementation of end-to-end Automatic Speech Recognition (ASR) engine, with PaddlePaddle platform. Our vision is to empower both industrial application and academic research on speech recognition, via an easy-to-use, efficient and scalable implementation, including training, inference & testing module, and demo deployment.

Models

Setup

  • python 3.7
  • paddlepaddle 2.0.0
  • Run the setup script for the remaining dependencies
git clone https://github.com/PaddlePaddle/DeepSpeech.git
cd DeepSpeech
pushd tools; make; popd
source tools/venv/bin/activate
bash setup.sh
  • Source venv before do experiment.
source tools/venv/bin/activate

Getting Started

Please see Getting Started and tiny egs.

More Information

Questions and Help

You are welcome to submit questions and bug reports in Github Issues. You are also welcome to contribute to this project.