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 64cf538e17
refactor converter
4 years ago
.github
.notebook fix bugs 4 years ago
.pre-commit-hooks
.travis
deepspeech refactor converter 4 years ago
doc remove useless doc 5 years ago
examples fix bugs 4 years ago
speechnn refactor speechnn dir 4 years ago
tests remove sequnce_mask and change ds2 export audio shape to [B,T,D] (#639) 5 years ago
third_party Merge pull request #658 from iclementine/frontend 4 years ago
tools Merge pull request #729 from PaddlePaddle/fst 4 years ago
utils script for TED-En-Zh translation 4 years ago
.clang-format
.flake8
.gitconfig
.gitignore setup.sh with tools/ make 4 years ago
.mergify.yml add delpoy mergify label 5 years ago
.pre-commit-config.yaml
.style.yapf
.travis.yml
.vimrc
LICENSE
README.md remove sequnce_mask and change ds2 export audio shape to [B,T,D] (#639) 5 years ago
README_cn.md
env.sh
requirements.txt refactor augmentation interface 4 years ago
setup.sh fix install and format code 4 years ago

README.md

中文版

PaddlePaddle ASR toolkit

License python version support os

PaddleASR 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, samller and scalable implementation, including training, inference & testing module, and deployment.

Features

See feature list for more information.

Setup

  • python>=3.7
  • paddlepaddle>=2.1.0

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.