未验证 提交 5a8938fc 编写于 作者: 小湉湉's avatar 小湉湉 提交者: GitHub

Update introduction.md

上级 afe4a20b
# PaddleSpeech # PaddleSpeech
## What is PaddleSpeech? ## What is PaddleSpeech?
PaddleSpeech is an open-source toolkit on PaddlePaddle platform for two critical tasks in Speech - Speech-To-Text (Automatic Speech Recognition, ASR) and Text-To-Speech Synthesis (TTS), with modules involving state-of-art and influential models. PaddleSpeech is an open-source toolkit on PaddlePaddle platform for two critical tasks in Speech - Speech-to-Text (Automatic Speech Recognition, ASR) and Text-to-Speech Synthesis (TTS), with modules involving state-of-art and influential models.
## What can PaddleSpeech do? ## What can PaddleSpeech do?
### Speech-To-Text ### Speech-to-Text
PaddleSpeech ASR mainly consists of components below: PaddleSpeech ASR mainly consists of components below:
- Implementation of models and commonly used neural network layers. - Implementation of models and commonly used neural network layers.
- Dataset abstraction and common data preprocessing pipelines. - Dataset abstraction and common data preprocessing pipelines.
...@@ -29,9 +29,9 @@ PaddleSpeech ASR provides you with a complete ASR pipeline, including: ...@@ -29,9 +29,9 @@ PaddleSpeech ASR provides you with a complete ASR pipeline, including:
- attention decoding (used in Transformer and Conformer) - attention decoding (used in Transformer and Conformer)
- attention rescoring (used in Transformer and Conformer) - attention rescoring (used in Transformer and Conformer)
Speech-To-Text helps you training the ASR model very simply. Speech-to-Text helps you training the ASR model very simply.
### Text-To-Speech ### Text-to-Speech
TTS mainly consists of components below: TTS mainly consists of components below:
- Implementation of models and commonly used neural network layers. - Implementation of models and commonly used neural network layers.
- Dataset abstraction and common data preprocessing pipelines. - Dataset abstraction and common data preprocessing pipelines.
...@@ -53,4 +53,4 @@ PaddleSpeech TTS provides you with a complete TTS pipeline, including: ...@@ -53,4 +53,4 @@ PaddleSpeech TTS provides you with a complete TTS pipeline, including:
- Transfer Learning from Speaker Verification to Multispeaker Text-To-Speech Synthesis - Transfer Learning from Speaker Verification to Multispeaker Text-To-Speech Synthesis
- GE2E - GE2E
Text-To-Speech helps you to train TTS models with simple commands. Text-to-Speech helps you to train TTS models with simple commands.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册