๐ข Tortoise TTS Fast ๐
Tortoise TTS Fast is a high-performance Text-to-Speech (TTS) application that generates realistic human-like speech using state-of-the-art deep learning models.
๐ Features
- ๐๏ธ High-quality speech synthesis
- โก Fast inference
- ๐ฒ Streamlit-based user interface for easy interaction
- ๐ณ Docker container for simple deployment
- ๐งช Tested with NVIDIA GPUs
๐ Dependencies
- Python 3.8
- PyTorch 1.13.1
- torchvision 0.14.1
- torchaudio 0.13.1
- Streamlit
- NVIDIA CUDA 11.7.0 (for GPU support)
- Miniconda (for managing Python environments)
๐ Getting Started
Clone the Repository
git clone https://github.com/louispaulet/tortoise-tts-docker.git
cd tortoise-tts-docker
Build and Run the Docker Container
docker-compose up --build
Access the Streamlit App
Open your web browser and visit http://localhost:8501 to start using the Tortoise TTS Fast application.
๐ Usage
- Enter your text in the input field.
- Select the desired voice and audio settings.
- Click the "Generate" button to synthesize speech.
- Listen to the generated audio or download it as a file.
๐ License
This project is licensed under the MIT License.