本地部署 SenseVoice - 阿里开源语音大模型
- [1. 创建虚拟环境](#1. 创建虚拟环境)
- [2. 克隆代码](#2. 克隆代码)
- [3. 安装依赖模块](#3. 安装依赖模块)
- [4. 启动 WebUI](#4. 启动 WebUI)
- [5. 访问 WebUI](#5. 访问 WebUI)
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,