From 17889569cf75553f9a241113926d7644279ee8d2 Mon Sep 17 00:00:00 2001 From: Killua777 <1223086337@qq.com> Date: Wed, 1 May 2024 18:20:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=92=8C=E4=BE=9D=E8=B5=96=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 19 +++++++++++++++++++ requirements.txt | 24 +++++++++++++++++++----- 2 files changed, 38 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7915954..c245547 100644 --- a/README.md +++ b/README.md @@ -56,3 +56,22 @@ TakwayAI/ └── README.md # 项目说明文件 ``` +### 项目部署 + +#### (1) 将项目clone到本地: + +``` shell +git clone http://43.132.157.186:3000/killua/TakwayPlatform.git +``` + +#### (2) 安装依赖 + +``` shell +cd TakwayAI/ +pip install -r requirements.txt +``` + + + + + diff --git a/requirements.txt b/requirements.txt index 13d7b4f..1d59c43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,19 @@ -uvicorn~=0.29.0 -fastapi~=0.110.1 -sqlalchemy~=2.0.25 -pydantic~=2.6.4 -redis~=5.0.3 \ No newline at end of file +uvicorn +fastapi +sqlalchemy +pydantic +redis +requests +websockets +numpy +funasr +jieba +cn2an +unidecode +jamo +pypinyin +librosa +torch +numba +soundfile +webrtcvad \ No newline at end of file