๐ฃ๏ธ Text-to-Speech Service (Coqui TTS + Gradio)
A simple and efficient text-to-speech (TTS) web app built with Coqui TTS for high-quality speech synthesis and Gradio for an intuitive web-based user interface.
With just a few lines of Python, you can convert text into natural-sounding speech directly from your browser.
โจ Features
๐ค Text-to-Speech using Coqui TTS pre-trained models
๐ Web Interface powered by Gradio
โก Lightweight & minimal codebase (easy to extend)
๐พ Export generated audio as .wav
๐ Quick Start
-
Install dependencies pip install TTS gradio
-
Run the app python app.py
-
Open in browser
Gradio will give you a local URL like:
Visit it to start generating speech ๐ง
๐ ๏ธ Tech Stack
Python 3.8+
Coqui TTS โ neural text-to-speech engine
Gradio โ interactive UI