diff --git a/README.md b/README.md index 28d5c4d..b858cdf 100644 --- a/README.md +++ b/README.md @@ -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的基础上做了一些修改 diff --git a/requirements.txt b/requirements.txt index f218acb..6d9c5d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,9 +21,5 @@ apscheduler aiohttp faster_whisper whisper_timestamped -<<<<<<< Updated upstream modelscope -======= -modelscope -wavmark ->>>>>>> Stashed changes +wavmark \ No newline at end of file