基于Index-TTS的在线语音合成平台,支持零样本声音克隆和多语言文本转语音。
index-tts-webapp/
├── backend/ # 后端API服务
│ ├── app.py # FastAPI主应用
│ ├── tts_service.py # TTS服务模块
│ └── requirements.txt
├── frontend/ # 前端界面
│ ├── index.html # 主页面
│ ├── style.css # 样式文件
│ └── script.js # 交互逻辑
├── uploads/ # 上传文件存储
└── outputs/ # 生成音频存储
cd backend
pip install -r requirements.txt
python app.py
访问 http://localhost:8000 使用应用
2 commits
Python
82.1%
JavaScript
7.4%
HTML
6.8%
CSS
3.1%
基于Index-TTS的在线语音合成平台,支持零样本声音克隆和多语言文本转语音。
index-tts-webapp/
├── backend/ # 后端API服务
│ ├── app.py # FastAPI主应用
│ ├── tts_service.py # TTS服务模块
│ └── requirements.txt
├── frontend/ # 前端界面
│ ├── index.html # 主页面
│ ├── style.css # 样式文件
│ └── script.js # 交互逻辑
├── uploads/ # 上传文件存储
└── outputs/ # 生成音频存储
cd backend
pip install -r requirements.txt
python app.py
访问 http://localhost:8000 使用应用
2 commits
Python
82.1%
JavaScript
7.4%
HTML
6.8%
CSS
3.1%