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.8 KiB
1.8 KiB
DeepSpeech on PaddlePaddle
DeepSpeech on PaddlePaddle是一个采用PaddlePaddle平台的端到端自动语音识别(ASR)引擎的开源项目, 我们的愿景是为语音识别在工业应用和学术研究上,提供易于使用、高效和可扩展的工具,包括训练,推理,测试模块,以及 demo 部署。同时,我们还将发布一些预训练好的英语和普通话模型。
模型
安装
- python>=3.7
- paddlepaddle>=2.0.0
参看 安装。
开始
请查看 Getting Started 和 tiny egs。
更多信息
问题和帮助
欢迎您在Github讨论提交问题,Github问题中反馈bug。也欢迎您为这个项目做出贡献。
License
DeepSpeech遵循Apache-2.0开源协议。
感谢
开发中参考一些优秀的仓库,详情参见 References。