You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Easy | (1) Use command-line functions of PaddleSpeech. <br> (2) Experience PaddleSpeech on Ai Studio. | Linux, Mac,Windows |
7
+
| Easy | (1) Use command-line functions of PaddleSpeech. <br> (2) Experience PaddleSpeech on Ai Studio. | Linux, Mac(not support M1 chip),Windows |
8
8
| Medium | Support major functions ,such as using the` ready-made `examples and using PaddleSpeech to train your model. | Linux |
9
9
| Hard | Support full function of Paddlespeech,including training n-gram language model, Montreal-Forced-Aligner, and so on. And you are more able to be a developer! | Ubuntu |
10
10
@@ -52,15 +52,21 @@ You can use the following command:
52
52
pip install paddlepaddle paddlespeech
53
53
```
54
54
## Medium: Get the Major Functions (Support Linux)
55
-
If you want to get the major function of `paddlespeech`. There are 4 steps you need to do.
55
+
If you want to get the major function of `paddlespeech`, you need to do following steps:
Conda is a management system of the environment. You can go to [minicoda](https://docs.conda.io/en/latest/miniconda.html) to select a version (py>=3.7) and install it by yourself or you can use the following command:
@@ -102,12 +108,12 @@ You can choose the `PaddlePaddle` version based on your system. For example, for
102
108
python3 -m pip install paddlepaddle-gpu==2.2.0
103
109
```
104
110
### Install PaddleSpeech
105
-
You need to `git clone` this repository and install `paddlespeech` by the following commands,then you can use the `ready-made` examples in `paddlespeech` :
111
+
You can install `paddlespeech` by the following command,then you can use the `ready-made` examples in `paddlespeech` :
0 commit comments