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
Hui Zhang d9a3864072
Merge pull request #776 from PaddlePaddle/aug
3 years ago
.github add stale config (#604) 3 years ago
.notebook fix the bug of 'import path error' for ds2 3 years ago
.pre-commit-hooks
.travis
deepspeech Merge pull request #776 from PaddlePaddle/aug 3 years ago
doc Update feature_list.md 3 years ago
examples support replace with mean by aug 3 years ago
speechnn fix for kaldi 3 years ago
tests Merge branch 'fix_auto_log' of https://github.com/Jackwaterveg/DeepSpeech into full_chain 3 years ago
third_party Merge pull request #658 from iclementine/frontend 3 years ago
tools Merge pull request #729 from PaddlePaddle/fst 3 years ago
utils script for TED-En-Zh translation 3 years ago
.bashrc fix bugs 3 years ago
.clang-format
.flake8
.gitconfig
.gitignore fix conf and readme 3 years ago
.mergify.yml add delpoy mergify label 3 years ago
.pre-commit-config.yaml
.style.yapf
.travis.yml
.vimrc
LICENSE
README.md fix 3 years ago
README_cn.md fix 3 years ago
env.sh Merge pull request #763 from PaddlePaddle/st 3 years ago
requirements.txt refactor augmentation interface 3 years ago
setup.sh fix install and format code 3 years ago

README.md

中文版

PaddlePaddle Speech to Any toolkit

License python version support os

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

Features

See feature list for more information.

Setup

All tested under:

  • Ubuntu 16.04
  • python>=3.7
  • paddlepaddle>=2.1.2

Please see install.

Getting Started

Please see Getting Started and tiny egs.

More Information

Questions and Help

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

License

DeepASR is provided under the Apache-2.0 License.

Acknowledgement

We depends on many open source repos. See References for more information.