TTS-app / README.md
Shobhit
fix: valid HF colorTo value
0847da0
|
Raw
History Blame Contribute Delete
1.5 kB
---
title: VoxStudio
emoji: πŸŽ™οΈ
colorFrom: yellow
colorTo: red
sdk: docker
pinned: false
---
# πŸŽ™οΈ VoxStudio β€” AI Text-to-Speech
Offline-capable AI TTS supporting **English** and **Hindi (ΰ€Ήΰ€Ώΰ€‚ΰ€¦ΰ₯€)**, powered by [Piper TTS](https://github.com/rhasspy/piper).
> Voice models (~60 MB each) download automatically on first use.
## πŸ—£οΈ Voices
### Hindi (ΰ€Ήΰ€Ώΰ€‚ΰ€¦ΰ₯€)
| Voice | Gender |
|---|---|
| Rohan | β™‚ Male |
| Pratham | β™‚ Male |
| Priyamvada | ♀ Female |
### English
| Voice | Gender | Accent | Quality |
|---|---|---|---|
| Lessac | β™‚ Male | US | Medium |
| Ryan | β™‚ Male | US | High |
| Joe | β™‚ Male | US | Medium |
| Amy | ♀ Female | US | Medium |
| Kristin | ♀ Female | US | Medium |
| Alan | β™‚ Male | British | Medium |
| Jenny | ♀ Female | British | Medium |
## πŸš€ Deploy to HuggingFace Spaces
```bash
# 1. Create a new Space on huggingface.co/new-space
# β†’ Select "Docker" as the SDK template
# 2. Clone your new empty space
git clone https://huggingface.co/spaces/<your-username>/voxstudio
cd voxstudio
# 3. Copy all project files in, then push
git add .
git commit -m "πŸŽ™οΈ Initial VoxStudio deployment"
git push
```
## πŸƒ Run Locally
```bash
pip install -r requirements.txt
python app.py
# Open: http://localhost:7860
```
## πŸ›  Stack
- **TTS**: [Piper TTS](https://github.com/rhasspy/piper)
- **Models**: [rhasspy/piper-voices](https://huggingface.co/rhasspy/piper-voices)
- **Backend**: Flask Β· **Deploy**: Docker