# 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](http://research.baidu.com) 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](https://paddlepaddle.org.cn/install/quick). ### Other Requirements Install other requirements with pip. ```bash pip install -r requirements.txt ``` ## Supported models - [Deep Voice 3: Scaling Text-to-Speech with Convolutional Sequence Learning](./deepvoice3)