提交 6ea681be 编写于 作者: C chenfeiyu

update installation and readme

上级 47426401
...@@ -4,17 +4,8 @@ Parakeet aims to provide a flexible, efficient and state-of-the-art text-to-spee ...@@ -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
......
...@@ -36,7 +36,7 @@ setup_info = dict( ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册