andi611/TTS-Tacotron-Pytorch
Pytorch implementation of Tacotron, a speech synthesis end-to-end generative TTS model.
This project helps developers build custom text-to-speech (TTS) applications. You provide written text and audio recordings of someone speaking that text, and the system learns to generate new spoken audio from any new text you provide, in that same voice. It's for machine learning engineers or researchers who need to create synthetic speech tailored to specific voices or applications.
No commits in the last 6 months.
Use this if you are a machine learning developer looking to train a custom text-to-speech model from scratch using PyTorch.
Not ideal if you need an out-of-the-box text-to-speech solution without extensive development or if you're not comfortable working with machine learning models and code.
Stars
29
Forks
10
Language
Python
License
MIT
Category
Last pushed
Mar 14, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/andi611/TTS-Tacotron-Pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
bshall/Tacotron
A PyTorch implementation of Location-Relative Attention Mechanisms For Robust Long-Form Speech Synthesis
Kyubyong/dc_tts
A TensorFlow Implementation of DC-TTS: yet another text-to-speech model
DemisEom/SpecAugment
A Implementation of SpecAugment with Tensorflow & Pytorch, introduced by Google Brain
Rayhane-mamah/Tacotron-2
DeepMind's Tacotron-2 Tensorflow implementation
Kyubyong/tacotron
A TensorFlow Implementation of Tacotron: A Fully End-to-End Text-To-Speech Synthesis Model