#143 · Primary category: Speech & Audio
tacotron
A TensorFlow implementation of Google's Tacotron speech synthesis with pre-trained model (unofficial)
Project last updated:07/06/23
GitHub Stars
3.0K
Forks
936
Contributors
12
License
MIT
Why we included this project
When Google published its Tacotron paper in 2017, it did not release the source code, so this TensorFlow reimplementation became one of the easier places to study the original end-to-end approach. Instead of chaining separate text analysis and acoustic mapping stages, the model learns directly from (text, audio) pairs, which is the core idea that made the paper influential. A pre-trained checkpoint ships with the repo, and the bundled demo server lets you type a sentence into a browser and hear speech in a few minutes without touching training data. Training your own voice is documented too, covering dataset preprocessing like LJ Speech and how to watch progress in TensorBoard. Just note that it targets TensorFlow 1.x and the 2018 state of the art, so treat it as a clear reference for learning rather than something to drop into a modern TTS stack.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
whisper.cpp
Port of OpenAI's Whisper model in C/C++
Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
VibeVoice
Open-Source Frontier Voice AI
voicebox
The open-source AI voice studio. Clone, dictate, create.
TTS
🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production