A Gradio-based web interface for NeuTTS Air, enabling instant voice cloning and natural-sounding text-to-speech synthesis.
Windows:
# Using Chocolatey
choco install espeak
# Using Scoop
scoop install espeak
macOS:
brew install espeak-ng
Linux:
sudo apt-get install espeak-ng
pip install -r requirements.txt
python app.py
The Gradio interface will launch in your browser at http://localhost:7860
Model Setup (first time only):
Generate Speech:
Model Management:
Q4 (Faster, Lower Quality): neuphonic/neutts-air-q4-gguf
Q8 (Slower, Higher Quality): neuphonic/neutts-air-q8-gguf
.
├── app.py # Main Gradio application
├── neuttsair/
│ ├── __init__.py
│ └── neutts.py # Core NeuTTS Air implementation
├── requirements.txt # Python dependencies
└── README.md # This file
gradio - Web interfacetorch - Deep learning frameworkopenai-whisper - Audio transcriptionsoundfile - Audio I/Olibrosa - Audio processingneucodec - Neural audio codecphonemizer - Text to phoneme conversionllama-cpp-python - GGUF model supporttransformers - HuggingFace modelsresemble-perth - Audio processing utilitiesSee LICENSE file for details.
Python
100.0%
A Gradio-based web interface for NeuTTS Air, enabling instant voice cloning and natural-sounding text-to-speech synthesis.
Windows:
# Using Chocolatey
choco install espeak
# Using Scoop
scoop install espeak
macOS:
brew install espeak-ng
Linux:
sudo apt-get install espeak-ng
pip install -r requirements.txt
python app.py
The Gradio interface will launch in your browser at http://localhost:7860
Model Setup (first time only):
Generate Speech:
Model Management:
Q4 (Faster, Lower Quality): neuphonic/neutts-air-q4-gguf
Q8 (Slower, Higher Quality): neuphonic/neutts-air-q8-gguf
.
├── app.py # Main Gradio application
├── neuttsair/
│ ├── __init__.py
│ └── neutts.py # Core NeuTTS Air implementation
├── requirements.txt # Python dependencies
└── README.md # This file
gradio - Web interfacetorch - Deep learning frameworkopenai-whisper - Audio transcriptionsoundfile - Audio I/Olibrosa - Audio processingneucodec - Neural audio codecphonemizer - Text to phoneme conversionllama-cpp-python - GGUF model supporttransformers - HuggingFace modelsresemble-perth - Audio processing utilitiesSee LICENSE file for details.
Python
100.0%