punctuation-restorationstreaming-ttsspeech-recognitionvocoderkwsstreaming-asrspeech-alignmentttsconformerspeech-translationvoice-recognitionsound-classificationtransformerasrspeech-synthesisvoice-cloning
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.
Hui Zhang
00889bfaf2
|
4 years ago | |
---|---|---|
.notebook | 4 years ago | |
.pre-commit-hooks | 4 years ago | |
.travis | 4 years ago | |
deepspeech | 4 years ago | |
docs | 4 years ago | |
examples | 4 years ago | |
tests | 4 years ago | |
tools | 4 years ago | |
utils | 4 years ago | |
.clang-format | 7 years ago | |
.gitignore | 4 years ago | |
.pre-commit-config.yaml | 4 years ago | |
.style.yapf | 7 years ago | |
.travis.yml | 4 years ago | |
LICENSE | 7 years ago | |
README.md | 4 years ago | |
README_cn.md | 4 years ago | |
env.sh | 4 years ago | |
requirements.txt | 4 years ago | |
setup.sh | 4 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
- Install
- Getting Started
- Data Prepration
- Data Augmentation
- Ngram LM
- Server Demo
- Benchmark
- Relased Model
- FAQ
Questions and Help
You are welcome to submit questions and bug reports in Github Issues. You are also welcome to contribute to this project.