| --- |
| 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 |
|
|