uptdate: 更新部署文档和依赖文档

This commit is contained in:
killua 2024-05-23 10:44:14 +08:00
parent b3e0f26937
commit 0756725cd1
2 changed files with 10 additions and 14 deletions

View File

@ -64,7 +64,7 @@ TakwayAI/
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
```
安装依赖
``` shell
cd TakwayPlatform/
pip install -r requirements.txt
```
#### (3) 安装openvoice
#### (3) 安装依赖
如果你的本地环境可以科学上网,则直接运行下面两行指令
@ -138,6 +131,13 @@ export HF_ENDPOINT=https://hf-mirror.com
将averaged_perceptron_tragger.zip放入taggers文件夹下
4. 下载其他依赖
``` shell
cd TakwayPlatform/
pip install -r requirements.txt
```
#### (4) 安装FunASR
本项目使用的FunASRE在github上的FunASR的基础上做了一些修改

View File

@ -21,9 +21,5 @@ apscheduler
aiohttp
faster_whisper
whisper_timestamped
<<<<<<< Updated upstream
modelscope
=======
modelscope
wavmark
>>>>>>> Stashed changes
wavmark