Skip to content
/ TTS Public

๐Ÿ—ฃ๏ธ 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

License

Notifications You must be signed in to change notification settings

pratim994/TTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ—ฃ๏ธ 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

  1. Install dependencies pip install TTS gradio

  2. Run the app python app.py

  3. Open in browser

Gradio will give you a local URL like:

http://127.0.0.1:7860

Visit it to start generating speech ๐ŸŽง

๐Ÿ› ๏ธ Tech Stack

Python 3.8+

Coqui TTS โ€“ neural text-to-speech engine

Gradio โ€“ interactive UI

image

About

๐Ÿ—ฃ๏ธ 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages