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