Parakeet/README.md

18 lines
557 B
Markdown
Raw Normal View History

2019-11-13 22:22:46 +08:00
# 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.
2020-02-06 12:42:00 +08:00
<div align="center">
<img src="images/logo.png" width=450 /> <br>
</div>
2019-11-13 22:22:46 +08:00
## Installation
```bash
2019-11-25 17:11:57 +08:00
pip install parakeet
2019-11-13 22:22:46 +08:00
```
## Supported models
- [Deep Voice 3: Scaling Text-to-Speech with Convolutional Sequence Learning](./deepvoice3)