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

```bash
C
chenfeiyu 已提交
8
pip install parakeet
L
liuyibing01 已提交
9 10 11 12 13
```

## Supported models

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