tacotron
There are 87 repositories under tacotron topic.
coqui-ai/TTS
🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
mozilla/TTS
:robot: :speech_balloon: Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts)
keithito/tacotron
A TensorFlow implementation of Google's Tacotron speech synthesis with pre-trained model (unofficial)
Rayhane-mamah/Tacotron-2
DeepMind's Tacotron-2 Tensorflow implementation
fatchord/WaveRNN
WaveRNN Vocoder + TTS
DanRuta/xVA-Synth
Machine learning based speech synthesis Electron app, with voices from specific characters from video games
MycroftAI/mimic2
Text to Speech engine based on the Tacotron architecture, initially implemented by Keith Ito.
as-ideas/ForwardTacotron
⏩ Generating speech in a single forward pass without any attention!
google/tacotron
Audio samples accompanying publications related to Tacotron, an end-to-end speech synthesis model.
MycroftAI/mimic-recording-studio
Mimic Recording Studio is a Docker-based application you can install to record voice samples, which can then be trained into a TTS voice with Mimic2
ranchlai/mandarin-tts
Chinese Mandarin tts text-to-speech 中文 (普通话) 语音 合成 , by fastspeech 2 , implemented in pytorch, using waveglow as vocoder, with biaobei and aishell3 datasets
Emotional-Text-to-Speech/dl-for-emo-tts
:computer: :robot: A summary on our attempts at using Deep Learning approaches for Emotional Text to Speech :speaker:
gia-guar/JARVIS-ChatGPT
A Conversational Assistant equipped with synthetic voices including J.A.R.V.I.S's. Powered by OpenAI and IBM Watson APIs and a Tacotron model for voice generation.
vlomme/Multi-Tacotron-Voice-Cloning
Phoneme multilingual(Russian-English) voice cloning based on
syang1993/gst-tacotron
A tensorflow implementation of the "Style Tokens: Unsupervised Style Modeling, Control and Transfer in End-to-End Speech Synthesis"
KinglittleQ/GST-Tacotron
A PyTorch implementation of Style Tokens: Unsupervised Style Modeling, Control and Transfer in End-to-End Speech Synthesis
r9y9/tacotron_pytorch
PyTorch implementation of Tacotron speech synthesis model.
atomicoo/FCH-TTS
A fast Text-to-Speech (TTS) model. Work well for English, Mandarin/Chinese, Japanese, Korean, Russian and Tibetan (so far). 快速语音合成模型,适用于英语、普通话/中文、日语、韩语、俄语和藏语(当前已测试)。
NTT123/vietTTS
Vietnamese Text to Speech library
soobinseo/Tacotron-pytorch
Pytorch implementation of Tacotron
Kyubyong/expressive_tacotron
Tensorflow Implementation of Expressive Tacotron
Kyubyong/tacotron_asr
Speech Recognition Using Tacotron
BogiHsu/Tacotron2-PyTorch
Yet another PyTorch implementation of Tacotron 2 with reduction factor and faster training speed.
atomicoo/tacotron2-mandarin
Tensorflow implementation of Chinese/Mandarin TTS (Text-to-Speech) based on Tacotron-2 model.
ide8/tacotron2
Multispeaker & Emotional TTS based on Tacotron 2 and Waveglow
karim23657/Persian-tts-coqui
Persian/Farsi text to speech(TTS) training using coqui tts
bshall/Tacotron
A PyTorch implementation of Location-Relative Attention Mechanisms For Robust Long-Form Speech Synthesis
ttaoREtw/Tacotron-pytorch
A Pytorch Implementation of Tacotron: End-to-end Text-to-speech Deep-Learning Model
rishikksh20/vae_tacotron2
VAE Tacotron 2, an alternative of GST Tacotron
BridgetteSong/ExpressiveTacotron
This repository provides a multi-mode and multi-speaker expressive speech synthesis framework, including multi-attentive Tacotron, DurIAN, Non-attentive Tacotron, GST, VAE, GMVAE, and X-vectors for building prosody encoder.
acetylSv/GST-tacotron
Reproducing Style Tokens: Unsupervised Style Modeling, Control and Transfer in End-to-End Speech Synthesis (https://arxiv.org/pdf/1803.09017.pdf)
everydaycodings/MimicMania
MimicMania is a web application that allows you to generate speech and clone voices using text-to-speech technology. With MimicMania, you can create custom voices in a variety of languages and use them for a range of applications, from voiceovers to chatbots.
rishikksh20/gmvae_tacotron
Gaussian Mixture VAE Tacotron
kaituoxu/Tacotron2
A PyTorch implementation of Tacotron2, an end-to-end text-to-speech(TTS) system described in "Natural TTS Synthesis By Conditioning Wavenet On Mel Spectrogram Predictions".
keonlee9420/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.