update installation and readme
This commit is contained in:
parent
4742640119
commit
6ea681beeb
11
README.md
11
README.md
|
@ -4,17 +4,8 @@ Parakeet aims to provide a flexible, efficient and state-of-the-art text-to-spee
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Install paddlepaddle
|
|
||||||
|
|
||||||
For faster training speed and better support, it is recommended that you install the lasted develop version of paddlepaddle. Please refer to the [quick installation guide](https://paddlepaddle.org.cn/install/quick).
|
|
||||||
|
|
||||||
### Other Requirements
|
|
||||||
|
|
||||||
Install other requirements with pip.
|
|
||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install -r requirements.txt
|
pip install parakeet
|
||||||
```
|
```
|
||||||
|
|
||||||
## Supported models
|
## Supported models
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -36,7 +36,7 @@ setup_info = dict(
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'numpy', 'nltk', 'inflect', 'librosa', 'unidecode', 'numba',
|
'numpy', 'nltk', 'inflect', 'librosa', 'unidecode', 'numba',
|
||||||
'tqdm', 'matplotlib', 'tensorboardX', 'tensorboard', 'scipy',
|
'tqdm', 'matplotlib', 'tensorboardX', 'tensorboard', 'scipy',
|
||||||
'ruamel.yaml', 'pandas', 'sox',
|
'ruamel.yaml', 'pandas', 'sox', 'paddlepaddle',
|
||||||
],
|
],
|
||||||
|
|
||||||
# Package info
|
# Package info
|
||||||
|
|
Loading…
Reference in New Issue