更新readme文件和依赖文件
This commit is contained in:
parent
83cbe007ba
commit
17889569cf
19
README.md
19
README.md
|
@ -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
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue