update readme

pull/908/head
Hui Zhang 3 years ago
parent b079577e08
commit 6e9a230f04

@ -9,7 +9,7 @@
## Features ## Features
See [feature list](docs/source/feature_list.md) for more information. See [feature list](docs/source/asr/feature_list.md) for more information.
## Setup ## Setup
@ -18,20 +18,20 @@ All tested under:
* python>=3.7 * python>=3.7
* paddlepaddle==2.1.2 * paddlepaddle==2.1.2
Please see [install](docs/source/install.md). Please see [install](docs/source/asr/install.md).
## Getting Started ## Getting Started
Please see [Getting Started](docs/source/getting_started.md) and [tiny egs](examples/tiny/s0/README.md). Please see [Getting Started](docs/source/asr/getting_started.md) and [tiny egs](examples/tiny/s0/README.md).
## More Information ## More Information
* [Data Prepration](docs/source/data_preparation.md) * [Data Prepration](docs/source/asr/data_preparation.md)
* [Data Augmentation](docs/source/augmentation.md) * [Data Augmentation](docs/source/asr/augmentation.md)
* [Ngram LM](docs/source/ngram_lm.md) * [Ngram LM](docs/source/asr/ngram_lm.md)
* [Benchmark](docs/source/benchmark.md) * [Benchmark](docs/source/asr/benchmark.md)
* [Relased Model](docs/source/released_model.md) * [Relased Model](docs/source/asr/released_model.md)
## Questions and Help ## Questions and Help
@ -45,4 +45,4 @@ DeepSpeech is provided under the [Apache-2.0 License](./LICENSE).
## Acknowledgement ## Acknowledgement
We depends on many open source repos. See [References](docs/source/reference.md) for more information. We depends on many open source repos. See [References](docs/source/asr/reference.md) for more information.

@ -1,7 +1,7 @@
Welcome to paddle Deepspeech documentation ! Welcome to paddle Deepspeech documentation !
============================================== ==============================================
**Deepspeech** is a ASR library implemented by paddlepaddle. **Deepspeech** is a Speech toolkits implemented by paddlepaddle.
Contents Contents
@ -11,37 +11,37 @@ Contents
:maxdepth: 1 :maxdepth: 1
:caption: Introduction :caption: Introduction
deepspeech_architecture asr/deepspeech_architecture
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
:caption: Getting_started :caption: Getting_started
install asr/install
getting_started asr/getting_started
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
:caption: More Information :caption: More Information
data_preparation asr/data_preparation
augmentation asr/augmentation
feature_list asr/feature_list
ngram_lm asr/ngram_lm
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
:caption: Released_model :caption: Released_model
released_model asr/released_model
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
:caption: Acknowledgement :caption: Acknowledgement
reference asr/reference

Loading…
Cancel
Save