All Projects â†’ erogol â†’ TTS_tf

erogol / TTS_tf

Licence: other
WIP Tensorflow implementation of https://github.com/mozilla/TTS

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to TTS tf

Tts
🤖 đŸ’Ŧ Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts)
Stars: ✭ 5,427 (+38664.29%)
Mutual labels:  text-to-speech, tts, tacotron, tensorflow2
Comprehensive-Tacotron2
PyTorch Implementation of Google's Natural TTS Synthesis by Conditioning WaveNet on Mel Spectrogram Predictions. This implementation supports both single-, multi-speaker TTS and several techniques to enforce the robustness and efficiency of the model.
Stars: ✭ 22 (+57.14%)
Mutual labels:  text-to-speech, tts, tacotron
Tacotron2-PyTorch
Yet another PyTorch implementation of Tacotron 2 with reduction factor and faster training speed.
Stars: ✭ 118 (+742.86%)
Mutual labels:  text-to-speech, tts, tacotron
Tensorflowtts
😝 TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2 (supported including English, French, Korean, Chinese, German and Easy to adapt for other languages)
Stars: ✭ 2,382 (+16914.29%)
Mutual labels:  text-to-speech, tts, tensorflow2
Tts
🐸đŸ’Ŧ - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
Stars: ✭ 305 (+2078.57%)
Mutual labels:  text-to-speech, tts, tacotron
Wavernn
WaveRNN Vocoder + TTS
Stars: ✭ 1,636 (+11585.71%)
Mutual labels:  text-to-speech, tts, tacotron
Tacotron Pytorch
Pytorch implementation of Tacotron
Stars: ✭ 189 (+1250%)
Mutual labels:  text-to-speech, tts, tacotron
SpeakIt Vietnamese TTS
Vietnamese Text-to-Speech on Windows Project (zalo-speech)
Stars: ✭ 81 (+478.57%)
Mutual labels:  text-to-speech, tts
JSpeak
A Text to Speech Reader Front-end that Reads from the Clipboard and with Exceptionable Features
Stars: ✭ 16 (+14.29%)
Mutual labels:  text-to-speech, tts
laravel-text-to-speech
đŸ’Ŧ A wrapper for popular TTS services to create a more simple & uniform API. Currently, only AWS Polly is supported.
Stars: ✭ 26 (+85.71%)
Mutual labels:  text-to-speech, tts
tacotron2
Multispeaker & Emotional TTS based on Tacotron 2 and Waveglow
Stars: ✭ 102 (+628.57%)
Mutual labels:  tts, tacotron
ukrainian-tts
Ukrainian TTS (text-to-speech) using Coqui TTS
Stars: ✭ 74 (+428.57%)
Mutual labels:  text-to-speech, tts
FastSpeech2
Multi-Speaker Pytorch FastSpeech2: Fast and High-Quality End-to-End Text to Speech ✊
Stars: ✭ 64 (+357.14%)
Mutual labels:  text-to-speech, tts
EMPHASIS-pytorch
EMPHASIS: An Emotional Phoneme-based Acoustic Model for Speech Synthesis System
Stars: ✭ 15 (+7.14%)
Mutual labels:  text-to-speech, tts
Cross-Speaker-Emotion-Transfer
PyTorch Implementation of ByteDance's Cross-speaker Emotion Transfer Based on Speaker Condition Layer Normalization and Semi-Supervised Training in Text-To-Speech
Stars: ✭ 107 (+664.29%)
Mutual labels:  text-to-speech, tts
FCH-TTS
A fast Text-to-Speech (TTS) model. Work well for English, Mandarin/Chinese, Japanese, Korean, Russian and Tibetan (so far). åŋĢé€Ÿč¯­éŸŗåˆæˆæ¨Ąåž‹īŧŒé€‚į”¨äēŽč‹ąč¯­ã€æ™Žé€šč¯/中文、æ—Ĩč¯­ã€éŸŠč¯­ã€äŋ„č¯­å’Œč—č¯­īŧˆåŊ“å‰åˇ˛æĩ‹č¯•īŧ‰ã€‚
Stars: ✭ 154 (+1000%)
Mutual labels:  tts, tacotron
Zero-Shot-TTS
Unofficial Implementation of Zero-Shot Text-to-Speech for Text-Based Insertion in Audio Narration
Stars: ✭ 33 (+135.71%)
Mutual labels:  text-to-speech, tts
VAENAR-TTS
PyTorch Implementation of VAENAR-TTS: Variational Auto-Encoder based Non-AutoRegressive Text-to-Speech Synthesis.
Stars: ✭ 66 (+371.43%)
Mutual labels:  text-to-speech, tts
AdaSpeech
AdaSpeech: Adaptive Text to Speech for Custom Voice
Stars: ✭ 108 (+671.43%)
Mutual labels:  text-to-speech, tts
FastSpeech2
PyTorch Implementation of FastSpeech 2 : Fast and High-Quality End-to-End Text to Speech
Stars: ✭ 163 (+1064.29%)
Mutual labels:  text-to-speech, tts

Tensorflow implementation of https://github.com/mozilla/TTS

TODO

  • Catching up with TTS pytorch

    • Replace pytorch layers with TF
    • Basic eager mode training
      • 5x times slower than pytorch (if you see any easy optimizations, please let me know.)
    • Optimization with tf.function
      • tf.function looks so hard to use with models having different input shapes per iteration since TF retraces the graph for each input. As far as I see from the official examples, workarounds take the advantage of using eager mode. (Correct me if I am wrong.)
    • TF based data loader
  • Model exporting pipeline for deployment

  • Vocoder adaptation

    • WaveRNN
    • LPCNet
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].