TTS / README.md
github-actions[bot]
Auto-deploy from GitHub: c1cbfa3a37f6853e24d067af55ebc1ab447d9fc0
68a99fc
|
raw
history blame
684 Bytes
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