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.
PaddleSpeech/README_cn.md

1.4 KiB

DeepSpeech on PaddlePaddle

English

DeepSpeech on PaddlePaddle是一个采用PaddlePaddle平台的端到端自动语音识别ASR引擎的开源项目 我们的愿景是为语音识别在工业应用和学术研究上,提供易于使用、高效和可扩展的工具,包括训练,推理,测试模块,以及 demo 部署。同时,我们还将发布一些预训练好的英语和普通话模型。

模型

安装

  • python 3.7
  • paddlepaddle 2.0.0
  • 安装依赖
git clone https://github.com/PaddlePaddle/DeepSpeech.git
cd DeepSpeech
pushd tools; make; popd
source tools/venv/bin/activate
bash setup.sh
  • 开始实验前要source环境.
source tools/venv/bin/activate

开始

请查看 Getting Startedtiny egs

更多信息

问题和帮助

欢迎您在Github问题中提交问题和bug。也欢迎您为这个项目做出贡献。