更新readme文件和依赖文件
This commit is contained in:
parent
83cbe007ba
commit
17889569cf
19
README.md
19
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
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,19 @@
|
|||
uvicorn~=0.29.0
|
||||
fastapi~=0.110.1
|
||||
sqlalchemy~=2.0.25
|
||||
pydantic~=2.6.4
|
||||
redis~=5.0.3
|
||||
uvicorn
|
||||
fastapi
|
||||
sqlalchemy
|
||||
pydantic
|
||||
redis
|
||||
requests
|
||||
websockets
|
||||
numpy
|
||||
funasr
|
||||
jieba
|
||||
cn2an
|
||||
unidecode
|
||||
jamo
|
||||
pypinyin
|
||||
librosa
|
||||
torch
|
||||
numba
|
||||
soundfile
|
||||
webrtcvad
|
Loading…
Reference in New Issue