提交 1c6cd10a 编写于 作者: L liuyibing01

Update README

上级 87e12d26
...@@ -6,9 +6,15 @@ Parakeet aims to provide a flexible, efficient and state-of-the-art text-to-spee ...@@ -6,9 +6,15 @@ Parakeet aims to provide a flexible, efficient and state-of-the-art text-to-spee
<img src="images/logo.png" width=450 /> <br> <img src="images/logo.png" width=450 /> <br>
</div> </div>
## Installation ### Setup
Make sure the library `libsndfile1` installed, e.g., on Ubuntu
```bash
sudo apt-get install libsndfile1
```
### Install Paddlepaddle ### Install PaddlePaddle
See [install](https://www.paddlepaddle.org.cn/install/quick) for more details. This repo requires paddlepaddle's version is above 1.7. See [install](https://www.paddlepaddle.org.cn/install/quick) for more details. This repo requires paddlepaddle's version is above 1.7.
...@@ -20,12 +26,6 @@ cd Parakeet ...@@ -20,12 +26,6 @@ cd Parakeet
pip install -e . pip install -e .
``` ```
### Setup
Make sure libsndfile1 installed:
```bash
sudo apt-get install libsndfile1
```
### Install CMUdict for nltk ### Install CMUdict for nltk
CMUdict from nltk is used to transform text into phonemes. CMUdict from nltk is used to transform text into phonemes.
...@@ -44,6 +44,6 @@ nltk.download("cmudict") ...@@ -44,6 +44,6 @@ nltk.download("cmudict")
## Examples ## Examples
- [Train a deepvoice 3 model with ljspeech dataset](./parakeet/examples/deepvoice3) - [Train a deepvoice 3 model with ljspeech dataset](./parakeet/examples/deepvoice3)
- [Train a transformer_tts model with ljspeech dataset](./parakeet/examples/transformer_tts) - [Train a transformer_tts model with ljspeech dataset](./parakeet/examples/transformer_tts)
- [Train a fastspeech model with ljspeech dataset](./parakeet/examples/fastspeech) - [Train a fastspeech model with ljspeech dataset](./parakeet/examples/fastspeech)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册