metadata
title: TTS Text-to-Speech Generator
emoji: π΅
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false
license: mit
TTS Text-to-Speech Generator
A Python-based text-to-speech service with a neobrutalist web interface.
Features
- π Text-to-Speech generation
- π€ Multiple voices and speeds
- πΎ SQLite database for queue management
- π¨ Neobrutalist UI with smooth animations
- π Real-time status updates
Usage
Access the web interface at the Space URL above.
API Endpoints
- POST
/api/generate- Generate audio from text - GET
/api/files- Get all files - GET
/api/download/<id>- Download generated audio
Auto-deployed from GitHub