Go to file
chenfeiyu 9ba6cccd53 make _prepare_metadata an instance method 2019-11-20 20:47:24 +08:00
data make _prepare_metadata an instance method 2019-11-20 20:47:24 +08:00
deepvoice3 use g2p in deepvoice3 2019-11-20 19:38:00 +08:00
g2p make grapheme to phoneme an independent part 2019-11-20 19:25:22 +08:00
hparam_tf Init deepvoice3 commit 2019-11-13 14:22:46 +00:00
.gitingore Init deepvoice3 commit 2019-11-13 14:22:46 +00:00
LICENSE Init deepvoice3 commit 2019-11-13 14:22:46 +00:00
README.md Init deepvoice3 commit 2019-11-13 14:22:46 +00:00
requirements.txt Init deepvoice3 commit 2019-11-13 14:22:46 +00:00

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 Paddle Fluid dynamic graph, with the support of many influential TTS models proposed by Baidu Research and other academic institutions.

Installation

Install paddlepaddle

For faster training speed and better support, it is recommended that you install the lasted develop version of paddlepaddle. Please refer to the quick installation guide.

Other Requirements

Install other requirements with pip.

pip install -r requirements.txt

Supported models