安装 百聆:集成Deepseek API及语音技术的开源AI语音对话助手
参考 https://mp.weixin.qq.com/s/7pd1ti6RnhnQUAnhwLc4Xw。python server.py# 启动后端服务。
参考 https://mp.weixin.qq.com/s/7pd1ti6RnhnQUAnhwLc4Xw
cd /data
git lfs install
git clone https://github.com/wwbin2017/bailing
cd /data/models
git clone https://www.modelscope.cn/iic/SenseVoiceSmall.git
#refernce
# https://www.modelscope.cn/models/iic/SenseVoiceSmall
conda create -n bailing_env python=3.10
conda activate bailing_env
export PIP_INDEX_URL=https://pypi.tuna.tsinghua.edu.cn/simple
cd /data/bailing
pip install -r requirements.txt
cd /data/bailing/models
ln -s /data/models/SenseVoiceSmall/ SenseVoiceSmall
cd /data/bailing
cd server
python server.py # 启动后端服务
火山引擎开发者社区是火山引擎打造的AI技术生态平台,聚焦Agent与大模型开发,提供豆包系列模型(图像/视频/视觉)、智能分析与会话工具,并配套评测集、动手实验室及行业案例库。社区通过技术沙龙、挑战赛等活动促进开发者成长,新用户可领50万Tokens权益,助力构建智能应用。
更多推荐
所有评论(0)