Update README
This commit is contained in:
parent
87e12d26fa
commit
1c6cd10ae8
16
README.md
16
README.md
|
@ -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
|
||||||
|
|
||||||
### Install Paddlepaddle
|
Make sure the library `libsndfile1` installed, e.g., on Ubuntu
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt-get install libsndfile1
|
||||||
|
```
|
||||||
|
|
||||||
|
### 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
|
||||||
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.
|
||||||
|
|
Loading…
Reference in New Issue