README.md 1.7 KB
Newer Older
H
Hui Zhang 已提交
1
# PaddlePaddle Speech toolkit
2

Z
Zeyu Chen 已提交
3 4 5
![License](https://img.shields.io/badge/license-Apache%202-red.svg)
![python version](https://img.shields.io/badge/python-3.7+-orange.svg)
![support os](https://img.shields.io/badge/os-linux-yellow.svg)
L
lfchener 已提交
6

H
Hui Zhang 已提交
7
*DeepSpeech* is an open-source implementation of end-to-end Automatic Speech Recognition engine, with [PaddlePaddle](https://github.com/PaddlePaddle/Paddle) platform. Our vision is to empower both industrial application and academic research on speech recognition, via an easy-to-use, efficient, samller and scalable implementation, including training, inference & testing module, and deployment.
8 9


H
Hui Zhang 已提交
10
## Features
Z
Zeyu Chen 已提交
11

H
Hui Zhang 已提交
12
 See [feature list](docs/source/asr/feature_list.md) for more information.
13

H
Hui Zhang 已提交
14
## Setup
Z
Zeyu Chen 已提交
15

H
fix  
Hui Zhang 已提交
16
All tested under:  
H
Hui Zhang 已提交
17
* Ubuntu 16.04
Z
Zeyu Chen 已提交
18
* python>=3.7
H
Hui Zhang 已提交
19
* paddlepaddle==2.1.2
L
lfchener 已提交
20

H
Hui Zhang 已提交
21
Please see [install](docs/source/asr/install.md).
H
Hui Zhang 已提交
22

23
## Getting Started
24

H
Hui Zhang 已提交
25
Please see [Getting Started](docs/source/asr/getting_started.md) and [tiny egs](examples/tiny/s0/README.md).
26

H
Hui Zhang 已提交
27

H
Hui Zhang 已提交
28
## More Information  
Z
Zeyu Chen 已提交
29

H
Hui Zhang 已提交
30 31 32 33 34
* [Data Prepration](docs/source/asr/data_preparation.md)  
* [Data Augmentation](docs/source/asr/augmentation.md)  
* [Ngram LM](docs/source/asr/ngram_lm.md)  
* [Benchmark](docs/source/asr/benchmark.md)  
* [Relased Model](docs/source/asr/released_model.md)  
H
Hui Zhang 已提交
35

H
Hui Zhang 已提交
36

37
## Questions and Help
X
Xinghai Sun 已提交
38

39
You are welcome to submit questions in [Github Discussions](https://github.com/PaddlePaddle/DeepSpeech/discussions) and bug reports in [Github Issues](https://github.com/PaddlePaddle/DeepSpeech/issues). You are also welcome to contribute to this project.
Z
Zeyu Chen 已提交
40 41 42 43


## License

H
Hui Zhang 已提交
44
DeepSpeech is provided under the [Apache-2.0 License](./LICENSE).
45 46 47

## Acknowledgement

H
Hui Zhang 已提交
48
We depends on many open source repos. See [References](docs/source/asr/reference.md) for more information.