ChatTTS-ui is a simple local web interface project based on ChatTTS, created and maintained by developer jianchang512. This project provides users with a user-friendly web interface to use ChatTTS for text-to-speech synthesis, and also provides complete API interfaces for external calls.
Project Address: https://github.com/jianchang512/ChatTTS-ui
Project Description: A simple local web interface that uses ChatTTS to synthesize text into speech, while also supporting external API interfaces.
# GPU version
docker compose -f docker-compose.gpu.yaml up -d
# CPU version
docker compose -f docker-compose.cpu.yaml up -d
# Clone the project
git clone https://github.com/jianchang512/ChatTTS-ui.git
# Create a virtual environment
python3 -m venv venv
source ./venv/bin/activate
# Install dependencies
pip3 install -r requirements.txt
# Start the service
python3 app.py
ChatTTS-ui is a complete and easy-to-use text-to-speech solution. It wraps the powerful ChatTTS model in a friendly interface, providing convenient speech synthesis tools for individual users and developers. Whether it is content creation, application development, or commercial applications, you can find suitable use scenarios.