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