Parakeet has moved to PaddleSpeech, this repo will not update anymore, you can open issues of Parakeet in PaddleSpeech
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.
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:
It’s difficult to install some dependent libraries for this repo in Windows system, we recommend that you DO NOT use Windows system, please use Linux.
Make sure the library libsndfile1 is installed, e.g., on Ubuntu.
sudo apt-get install libsndfile1
Install PaddlePaddle
See install for more details. This repo requires PaddlePaddle 2.1.2 or above.
Install Parakeet
git clone https://github.com/PaddlePaddle/Parakeet
cd Parakeet
pip install -e .
If some python dependent packages cannot be installed successfully, you can run the following script first.
(replace python3.6 with your own python version)
Parakeet has moved to PaddleSpeech, this repo will not update anymore, you can open issues of Parakeet in PaddleSpeech
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.
News
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
Acoustic Models
Vocoders
Voice Cloning
Setup
It’s difficult to install some dependent libraries for this repo in Windows system, we recommend that you DO NOT use Windows system, please use
Linux.Make sure the library
libsndfile1is installed, e.g., on Ubuntu.Install PaddlePaddle
See install for more details. This repo requires PaddlePaddle 2.1.2 or above.
Install Parakeet
If some python dependent packages cannot be installed successfully, you can run the following script first. (replace
python3.6with your own python version)See install for more details.
Examples
Entries to the introduction, and the launch of training and synthsis for different example models:
Audio samples
TTS models (Acoustic Model + Neural Vocoder)
Check our website for audio sampels.
Released Model
Acoustic Model
FastSpeech2/FastPitch
SpeedySpeech
TransformerTTS
Tacotron2
Vocoder
WaveFlow
Parallel WaveGAN
Voice Cloning
Tacotron2_AISHELL3
GE2E
License
Parakeet is provided under the Apache-2.0 license.