uptdate: 更新部署文档和依赖文档
This commit is contained in:
parent
b3e0f26937
commit
0756725cd1
18
README.md
18
README.md
|
@ -64,7 +64,7 @@ TakwayAI/
|
||||||
git clone http://43.132.157.186:3000/killua/TakwayPlatform.git
|
git clone http://43.132.157.186:3000/killua/TakwayPlatform.git
|
||||||
```
|
```
|
||||||
|
|
||||||
#### (2) 安装依赖
|
#### (2) 创建虚拟环境
|
||||||
|
|
||||||
创建虚拟环境
|
创建虚拟环境
|
||||||
|
|
||||||
|
@ -73,14 +73,7 @@ conda create -n takway python=3.9
|
||||||
conda activate takway
|
conda activate takway
|
||||||
```
|
```
|
||||||
|
|
||||||
安装依赖
|
#### (3) 安装依赖
|
||||||
|
|
||||||
``` shell
|
|
||||||
cd TakwayPlatform/
|
|
||||||
pip install -r requirements.txt
|
|
||||||
```
|
|
||||||
|
|
||||||
#### (3) 安装openvoice
|
|
||||||
|
|
||||||
如果你的本地环境可以科学上网,则直接运行下面两行指令
|
如果你的本地环境可以科学上网,则直接运行下面两行指令
|
||||||
|
|
||||||
|
@ -138,6 +131,13 @@ export HF_ENDPOINT=https://hf-mirror.com
|
||||||
|
|
||||||
将averaged_perceptron_tragger.zip放入taggers文件夹下
|
将averaged_perceptron_tragger.zip放入taggers文件夹下
|
||||||
|
|
||||||
|
4. 下载其他依赖
|
||||||
|
|
||||||
|
``` shell
|
||||||
|
cd TakwayPlatform/
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
#### (4) 安装FunASR
|
#### (4) 安装FunASR
|
||||||
|
|
||||||
本项目使用的FunASRE在github上的FunASR的基础上做了一些修改
|
本项目使用的FunASRE在github上的FunASR的基础上做了一些修改
|
||||||
|
|
|
@ -21,9 +21,5 @@ apscheduler
|
||||||
aiohttp
|
aiohttp
|
||||||
faster_whisper
|
faster_whisper
|
||||||
whisper_timestamped
|
whisper_timestamped
|
||||||
<<<<<<< Updated upstream
|
|
||||||
modelscope
|
|
||||||
=======
|
|
||||||
modelscope
|
modelscope
|
||||||
wavmark
|
wavmark
|
||||||
>>>>>>> Stashed changes
|
|
||||||
|
|
Loading…
Reference in New Issue