README.md 557 字节
Newer Older
L
liuyibing01 已提交
1 2 3 4
# 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.  

Y
Yibing Liu 已提交
5 6 7 8
<div align="center">
  <img src="images/logo.png" width=450 /> <br>
</div>

L
liuyibing01 已提交
9 10 11
## Installation

```bash
C
chenfeiyu 已提交
12
pip install parakeet
L
liuyibing01 已提交
13 14 15 16 17
```

## Supported models

- [Deep Voice 3: Scaling Text-to-Speech with Convolutional Sequence Learning](./deepvoice3)