TTS / README.md
github-actions[bot]
Auto-deploy from GitHub: 6cd5884f5f59c8acb069f7a2a8f8ce8558f018b5
6203f3a
|
Raw
History Blame Contribute Delete
653 Bytes
metadata
title: TTS Text-to-Speech
emoji: 🎡
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false
license: mit

TTS Text-to-Speech

A Python-based text-to-speech service with a neobrutalist web interface.

Features

  • πŸ“ Text-to-Speech
  • πŸ€– 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