From 084851f09e11abcd695f8d6e8a79e8750db2ccbe Mon Sep 17 00:00:00 2001 From: Jackwaterveg <87408988+Jackwaterveg@users.noreply.github.com> Date: Tue, 21 Dec 2021 20:48:42 +0800 Subject: [PATCH 01/11] test=doc_fix --- demos/audio_tagging/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demos/audio_tagging/README.md b/demos/audio_tagging/README.md index 88ff36375..7ee9b6f7a 100644 --- a/demos/audio_tagging/README.md +++ b/demos/audio_tagging/README.md @@ -9,9 +9,9 @@ This demo is an implementation to tag an audio file with 527 [AudioSet](https:// ## Usage ### 1. Installation -```bash -pip install paddlespeech -``` +see https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install.md. + +You can choose one way from easy, meduim and hard to install paddlespeech. ### 2. Prepare Input File The input of this demo should be a WAV file(`.wav`). From ea1f30154b808ee5e2e675e3ac5809bb9ca8734d Mon Sep 17 00:00:00 2001 From: Jackwaterveg <87408988+Jackwaterveg@users.noreply.github.com> Date: Tue, 21 Dec 2021 20:51:46 +0800 Subject: [PATCH 02/11] test=doc_fix --- demos/audio_tagging/README_cn.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/demos/audio_tagging/README_cn.md b/demos/audio_tagging/README_cn.md index 3331a83a6..eb527d998 100644 --- a/demos/audio_tagging/README_cn.md +++ b/demos/audio_tagging/README_cn.md @@ -9,9 +9,10 @@ ## 使用方法 ### 1. 安装 -```bash -pip install paddlespeech -``` +请看 https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install_cn.md 。 + +你可以从easy,medium,hard三中方式中选择一种方式安装。 + ### 2. 准备输入 这个 demo 的输入应该是一个 WAV 文件(`.wav`), From 0722470f4f85bdbadbc5b8da71944f83734b6723 Mon Sep 17 00:00:00 2001 From: Jackwaterveg <87408988+Jackwaterveg@users.noreply.github.com> Date: Tue, 21 Dec 2021 20:53:48 +0800 Subject: [PATCH 03/11] Update README_cn.md --- demos/automatic_video_subtitiles/README_cn.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/demos/automatic_video_subtitiles/README_cn.md b/demos/automatic_video_subtitiles/README_cn.md index b217f921d..1d13691c3 100644 --- a/demos/automatic_video_subtitiles/README_cn.md +++ b/demos/automatic_video_subtitiles/README_cn.md @@ -6,9 +6,10 @@ 这个 demo 是一个为视频自动生成字幕的实现,它可以通过使用 `PaddleSpeech` 的单个命令或 python 中的几行代码来实现。 ## 使用方法 ### 1. 安装 -```bash -pip install paddlespeech -``` +请看 https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install_cn.md 。 + +你可以从easy,medium,hard三中方式中选择一种方式安装。 + ### 2. 准备输入 获取包含特定语言语音的视频文件: ```bash From eb9a78315883996ee7d72ef60110e5223b21e6a6 Mon Sep 17 00:00:00 2001 From: Jackwaterveg <87408988+Jackwaterveg@users.noreply.github.com> Date: Tue, 21 Dec 2021 20:55:14 +0800 Subject: [PATCH 04/11] Update README_cn.md --- demos/punctuation_restoration/README_cn.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/demos/punctuation_restoration/README_cn.md b/demos/punctuation_restoration/README_cn.md index 4f1e01239..5133174c6 100644 --- a/demos/punctuation_restoration/README_cn.md +++ b/demos/punctuation_restoration/README_cn.md @@ -9,9 +9,10 @@ ## 使用方法 ### 1. 安装 -```bash -pip install paddlespeech -``` +请看 https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install_cn.md 。 + +你可以从easy,medium,hard三中方式中选择一种方式安装。 + ### 2. 准备输入 这个 demo 的输入是通过参数传递的特定语言的文本。 From 1f554d8699a3bd5cbdf4f4594ee4bad5d51dd824 Mon Sep 17 00:00:00 2001 From: Jackwaterveg <87408988+Jackwaterveg@users.noreply.github.com> Date: Tue, 21 Dec 2021 20:56:04 +0800 Subject: [PATCH 05/11] Update README_cn.md --- demos/speech_translation/README_cn.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/demos/speech_translation/README_cn.md b/demos/speech_translation/README_cn.md index affa82282..bf0bfcf56 100644 --- a/demos/speech_translation/README_cn.md +++ b/demos/speech_translation/README_cn.md @@ -8,9 +8,10 @@ ## 使用方法 ### 1. 安装 -```bash -pip install paddlespeech -``` +请看 https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install_cn.md 。 + +你可以从easy,medium,hard三中方式中选择一种方式安装。 + ### 2. 准备输入 这个 Demo 的输入是 WAV(`.wav`) 语音文件 From 9bc615e3a978a5fcdf9993989199a7f710aa398d Mon Sep 17 00:00:00 2001 From: Jackwaterveg <87408988+Jackwaterveg@users.noreply.github.com> Date: Tue, 21 Dec 2021 20:57:07 +0800 Subject: [PATCH 06/11] Update README_cn.md --- demos/text_to_speech/README_cn.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/demos/text_to_speech/README_cn.md b/demos/text_to_speech/README_cn.md index 0b2cd0b5d..0a4546c78 100644 --- a/demos/text_to_speech/README_cn.md +++ b/demos/text_to_speech/README_cn.md @@ -9,9 +9,10 @@ ## 使用方法 ### 1. 安装 -```bash -pip install paddlespeech -``` +请看 https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install_cn.md 。 + +你可以从easy,medium,hard三中方式中选择一种方式安装。 + ### 2. 准备输入 这个 demo 的输入是通过参数传递的特定语言的文本。 From 28ea312528b45101d41790ab4f78ccf35f858fef Mon Sep 17 00:00:00 2001 From: Jackwaterveg <87408988+Jackwaterveg@users.noreply.github.com> Date: Tue, 21 Dec 2021 20:58:23 +0800 Subject: [PATCH 07/11] Update README.md --- demos/automatic_video_subtitiles/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demos/automatic_video_subtitiles/README.md b/demos/automatic_video_subtitiles/README.md index df4b0e264..365b65073 100644 --- a/demos/automatic_video_subtitiles/README.md +++ b/demos/automatic_video_subtitiles/README.md @@ -8,9 +8,9 @@ This demo is an implementation to automatic video subtitles from a video file. I ## Usage ### 1. Installation -```bash -pip install paddlespeech -``` +see https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install.md. + +You can choose one way from easy, meduim and hard to install paddlespeech. ### 2. Prepare Input Get a video file with the speech of the specific language: From c08b0b8988faa9e58e8643a092c2e17292347416 Mon Sep 17 00:00:00 2001 From: Jackwaterveg <87408988+Jackwaterveg@users.noreply.github.com> Date: Tue, 21 Dec 2021 20:59:15 +0800 Subject: [PATCH 08/11] Update README.md --- demos/punctuation_restoration/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/demos/punctuation_restoration/README.md b/demos/punctuation_restoration/README.md index 966e387c6..4010d888b 100644 --- a/demos/punctuation_restoration/README.md +++ b/demos/punctuation_restoration/README.md @@ -7,9 +7,10 @@ This demo is an implementation to restore punctuation from raw text. It can be d ## Usage ### 1. Installation -```bash -pip install paddlespeech -``` +see https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install.md. + +You can choose one way from easy, meduim and hard to install paddlespeech. + ### 2. Prepare Input The input of this demo should be a text of the specific language that can be passed via argument. From 10836ca2bb3514a4955cbf78996f7e8de4bcdb3a Mon Sep 17 00:00:00 2001 From: Jackwaterveg <87408988+Jackwaterveg@users.noreply.github.com> Date: Tue, 21 Dec 2021 20:59:40 +0800 Subject: [PATCH 09/11] Update README.md --- demos/speech_recognition/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/demos/speech_recognition/README.md b/demos/speech_recognition/README.md index f7df6f0de..9fc7f088f 100644 --- a/demos/speech_recognition/README.md +++ b/demos/speech_recognition/README.md @@ -8,9 +8,10 @@ This demo is an implementation to recognize text from a specific audio file. It ## Usage ### 1. Installation -```bash -pip install paddlespeech -``` +see https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install.md. + +You can choose one way from easy, meduim and hard to install paddlespeech. + ### 2. Prepare Input File The input of this demo should be a WAV file(`.wav`), and the sample rate must be the same as the model. From 96549b2b3b80226584238cfb01a2edb351e66793 Mon Sep 17 00:00:00 2001 From: Jackwaterveg <87408988+Jackwaterveg@users.noreply.github.com> Date: Tue, 21 Dec 2021 21:00:08 +0800 Subject: [PATCH 10/11] Update README.md --- demos/speech_translation/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/demos/speech_translation/README.md b/demos/speech_translation/README.md index a2041b0c9..277bb3872 100644 --- a/demos/speech_translation/README.md +++ b/demos/speech_translation/README.md @@ -7,9 +7,10 @@ This demo is an implementation to recognize text from a specific audio file and ## Usage ### 1. Installation -```bash -pip install paddlespeech -``` +see https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install.md. + +You can choose one way from easy, meduim and hard to install paddlespeech. + ### 2. Prepare Input File The input of this demo should be a WAV file(`.wav`). From d56698038680f67a0b36d7b8f42212b7986e5f0d Mon Sep 17 00:00:00 2001 From: Jackwaterveg <87408988+Jackwaterveg@users.noreply.github.com> Date: Tue, 21 Dec 2021 21:01:07 +0800 Subject: [PATCH 11/11] test=doc_fix --- demos/text_to_speech/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/demos/text_to_speech/README.md b/demos/text_to_speech/README.md index 785c2a623..1c235b690 100644 --- a/demos/text_to_speech/README.md +++ b/demos/text_to_speech/README.md @@ -8,9 +8,10 @@ This demo is an implementation to generate audio from the given text. It can be ## Usage ### 1. Installation -```bash -pip install paddlespeech -``` +see https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install.md. + +You can choose one way from easy, meduim and hard to install paddlespeech. + ### 2. Prepare Input The input of this demo should be a text of the specific language that can be passed via argument.