更新readme文件和依赖文件

This commit is contained in:
Killua777 2024-05-01 18:20:56 +08:00
parent 83cbe007ba
commit 17889569cf
2 changed files with 38 additions and 5 deletions

View File

@ -56,3 +56,22 @@ TakwayAI/
└── README.md # 项目说明文件 └── 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
```

View File

@ -1,5 +1,19 @@
uvicorn~=0.29.0 uvicorn
fastapi~=0.110.1 fastapi
sqlalchemy~=2.0.25 sqlalchemy
pydantic~=2.6.4 pydantic
redis~=5.0.3 redis
requests
websockets
numpy
funasr
jieba
cn2an
unidecode
jamo
pypinyin
librosa
torch
numba
soundfile
webrtcvad