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.
1.7 KiB
1.7 KiB
DeepSpeech on PaddlePaddle
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 Started 和 tiny egs。
更多信息
问题和帮助
欢迎您在Github问题中提交问题和bug。也欢迎您为这个项目做出贡献。
License
DeepSpeech遵循Apache-2.0开源协议。