TianYuan
094d05f6b8
|
3 years ago | |
---|---|---|
.. | ||
README.md | 3 years ago | |
advanced_usage.md | 3 years ago | |
demo.rst | 3 years ago | |
demo_2.rst | 3 years ago | |
gan_vocoder.md | 3 years ago | |
models_introduction.md | 3 years ago | |
quick_start.md | 3 years ago | |
test_sentence.txt | 3 years ago | |
zh_text_frontend.md | 3 years ago |
README.md
Parakeet
Parakeet aims to provide a flexible, efficient and state-of-the-art text-to-speech toolkit for the open-source community. It is built on PaddlePaddle dynamic graph and includes many influential TTS models.
Overview
In order to facilitate exploiting the existing TTS models directly and developing the new ones, Parakeet selects typical models and provides their reference implementations in PaddlePaddle. Further more, Parakeet abstracts the TTS pipeline and standardizes the procedure of data preprocessing, common modules sharing, model configuration, and the process of training and synthesis. The models supported here include Text FrontEnd, end-to-end Acoustic models and Vocoders:
-
Text FrontEnd
- Rule based Chinese frontend.
-
Acoustic Models
-
Vocoders
-
Voice Cloning
Audio samples
Check our website for audio sampels.
Released Model
Acoustic Model
FastSpeech2/FastPitch
- fastspeech2_nosil_baker_ckpt_0.4.zip
- fastspeech2_nosil_aishell3_ckpt_0.4.zip
- fastspeech2_nosil_ljspeech_ckpt_0.5.zip
SpeedySpeech
TransformerTTS
Tacotron2
Vocoder
WaveFlow
Parallel WaveGAN
Voice Cloning
Tacotron2_AISHELL3
GE2E
License
Parakeet is provided under the Apache-2.0 license.