|
|
|
@ -31,4 +31,10 @@ pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
|
|
|
|
|
pip install -r requirements.txt
|
|
|
|
|
|
|
|
|
|
# 二、下载语音识别模型文件
|
|
|
|
|
请将model.pt放到model文件夹的SenseVoiceSmall目录下.txt
|
|
|
|
|
下载地址:https://pan.baidu.com/share/init?surl=QlgM58FHhYv1tFnUT_A8Sg&pwd=qvna
|
|
|
|
|
|
|
|
|
|
将model.pt 放到 D:\dsWork\QingLong\XiaoZhi\xiaozhi-esp32-server\main\xiaozhi-server\models\SenseVoiceSmall
|
|
|
|
|
|
|
|
|
|
# 三、配置项目
|
|
|
|
|
如果你的xiaozhi-server目录没有data,你需要创建data目录。如果你的data下面没有.config.yaml文件,你可以把源码目录下的config.yaml文件复制一份,重命名为.config.yaml
|
|
|
|
|
|
|
|
|
|