Bootstrap

本地部署 SenseVoice - 阿里开源语音大模型

在这里插入图片描述

1. 创建虚拟环境

conda create -n sensevoice python=3.11 -y
conda activate sensevoice 

2. 克隆代码

git clone https://github.com/FunAudioLLM/SenseVoice.git
cd SenseVoice

3. 安装依赖模块

vi python>=3.8

--- delete
python>=3.8
---
pip install -r requirements.txt
pip install gradio

4. 启动 WebUI

python webui.py

5. 访问 WebUI

使用浏览器打开 http://localhost:7860

在这里插入图片描述

;