Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
DeepSpeech
提交
e84690f6
D
DeepSpeech
项目概览
PaddlePaddle
/
DeepSpeech
大约 2 年 前同步成功
通知
210
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看板
提交
e84690f6
编写于
11月 15, 2021
作者:
H
huangyuxin
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add conda install pipline
上级
39400e5e
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
38 addition
and
2 deletion
+38
-2
docs/source/install.md
docs/source/install.md
+10
-0
requirements.txt
requirements.txt
+6
-0
setup.sh
setup.sh
+20
-0
tools/extras/install_miniconda.sh
tools/extras/install_miniconda.sh
+2
-2
未找到文件。
docs/source/install.md
浏览文件 @
e84690f6
...
@@ -16,6 +16,16 @@ cd DeepSpeech
...
@@ -16,6 +16,16 @@ cd DeepSpeech
pip
install
-
e
.
pip
install
-
e
.
```
```
For user who only needs the basic function of paddlespeech, using conda to do installing is recommended.
```
python
pushd
tools
bash
extras
/
install_miniconda
.
sh
popd
source
~/
.
bashrc
bash
setup
.
sh
```
## Setup (Other Platform)
## Setup (Other Platform)
-
Make sure these libraries or tools in
[
dependencies
](
./dependencies.md
)
installed. More information please see:
`setup.py `
and
` tools/Makefile`
.
-
Make sure these libraries or tools in
[
dependencies
](
./dependencies.md
)
installed. More information please see:
`setup.py `
and
` tools/Makefile`
.
...
...
requirements.txt
浏览文件 @
e84690f6
...
@@ -44,3 +44,9 @@ visualdl==2.2.0
...
@@ -44,3 +44,9 @@ visualdl==2.2.0
webrtcvad
webrtcvad
yacs
yacs
yq
yq
pypi-kenlm
GPUtil
psutil
pynvml
distro
setup.sh
0 → 100644
浏览文件 @
e84690f6
# Install conda dependencies
conda
install
-c
conda-forge sox libsndfile swig bzip2 bottleneck gcc_linux-64
=
7.5.0 gxx_linux-64
=
7.5.0
--yes
# Install the python lib
pip
install
-r
requirements.txt
# Install the auto_log
pushd
tools/extras
bash install_autolog.sh
popd
# Install the ctcdecoder
pushd
paddlespeech/s2t/decoders/ctcdecoder/swig
bash
-e
setup.sh
popd
# Install the python_speech_features
pushd
third_party
bash
-e
install.sh
popd
tools/extras/install_miniconda.sh
浏览文件 @
e84690f6
...
@@ -9,9 +9,9 @@ WGET=${WGET:-wget}
...
@@ -9,9 +9,9 @@ WGET=${WGET:-wget}
if
[
-d
"
$DOWNLOAD_DIR
"
]
;
then
if
[
-d
"
$DOWNLOAD_DIR
"
]
;
then
cp
-p
"
$DOWNLOAD_DIR
/Miniconda3-latest-Linux-x86_64.sh"
.
||
exit
1
cp
-p
"
$DOWNLOAD_DIR
/Miniconda3-latest-Linux-x86_64.sh"
.
||
exit
1
else
else
$WGET
https://repo.
continuum.io/miniconda/Miniconda3-latest
-Linux-x86_64.sh
||
exit
1
$WGET
https://repo.
anaconda.com/miniconda/Miniconda3-py37_4.10.3
-Linux-x86_64.sh
||
exit
1
fi
fi
bash Miniconda3-
latest
-Linux-x86_64.sh
-b
bash Miniconda3-
py37_4.10.3
-Linux-x86_64.sh
-b
$HOME
/miniconda3/bin/python
-m
pip
install
--user
tqdm
$HOME
/miniconda3/bin/python
-m
pip
install
--user
tqdm
$HOME
/miniconda3/bin/python
-m
pip
install
--user
scikit-learn
$HOME
/miniconda3/bin/python
-m
pip
install
--user
scikit-learn
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录