Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
DeepSpeech
提交
334c10a4
D
DeepSpeech
项目概览
PaddlePaddle
/
DeepSpeech
1 年多 前同步成功
通知
207
Star
8425
Fork
1598
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
245
列表
看板
标记
里程碑
合并请求
3
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
DeepSpeech
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
245
Issue
245
列表
看板
标记
里程碑
合并请求
3
合并请求
3
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
334c10a4
编写于
8月 15, 2019
作者:
Y
Yibing Liu
提交者:
GitHub
8月 15, 2019
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Update README_cn.md
上级
8ab946b8
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
3 addition
and
21 deletion
+3
-21
README_cn.md
README_cn.md
+3
-21
未找到文件。
README_cn.md
浏览文件 @
334c10a4
#
语音识别:
DeepSpeech2
# DeepSpeech2
*
语音识别: DeepSpeech2*
是一个采用
[
PaddlePaddle
](
https://github.com/PaddlePaddle/Paddle
)
平台的端到端自动语音识别(ASR)引擎的开源项目,具体原理
参考这篇论文
[
Baidu's Deep Speech 2 paper
](
http://proceedings.mlr.press/v48/amodei16.pdf
)
。
*
DeepSpeech2*
是一个采用
[
PaddlePaddle
](
https://github.com/PaddlePaddle/Paddle
)
平台的端到端自动语音识别(ASR)引擎的开源项目,具体原理请
参考这篇论文
[
Baidu's Deep Speech 2 paper
](
http://proceedings.mlr.press/v48/amodei16.pdf
)
。
我们的愿景是为语音识别在工业应用和学术研究上,提供易于使用、高效和可扩展的工具,包括训练,推理,测试模块,以及分布式的
[
PaddleCloud
](
https://github.com/PaddlePaddle/cloud
)
训练和demo部署。同时,我们还将发布一些预训练好的英语和普通话模型。
## 目录
...
...
@@ -20,26 +20,8 @@
-
[
问题和帮助
](
#问题和帮助
)
## 安装
为了避免环境配置问题,强烈建议在
[
Docker容器上运行
](
#在Docker容器上运行
)
,另外请按照下面的指南安装依赖项。
### 前提
-
只支持Python 2.7
-
PaddlePaddle最新版本(请参考
[
安装指南
](
https://github.com/PaddlePaddle/Paddle#installation
)
)
### 安装
-
请确保以下库或工具已安装完毕:
`pkg-config`
,
`flac`
,
`ogg`
,
`vorbis`
,
`boost`
和
`swig`
, 以上可以通过
`apt-get`
安装:
```
bash
sudo
apt-get
install
-y
pkg-config libflac-dev libogg-dev libvorbis-dev libboost-dev swig
```
-
为剩下的依赖项运行安装脚本
```
bash
git clone https://github.com/PaddlePaddle/DeepSpeech.git
cd
DeepSpeech
sh setup.sh
```
因该项目基于 PaddlePaddle V2 API 开发,其已不再被官方维护,目前我们仅支持
[
在 Docker 容器中运行该项目
](
#在Docker容器上运行
)
,而不支持从源码构建环境。我们很快会将这个项目升级到最新的 Paddle Fluid API,请保持关注。
## 开始
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录