README.md 1.7 KB
Newer Older
Z
Zeyu Chen 已提交
1 2
[中文版](README_cn.md)

H
Hui Zhang 已提交
3
# PaddlePaddle ASR toolkit
4

Z
Zeyu Chen 已提交
5 6 7
![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 已提交
8

H
Hui Zhang 已提交
9
*PaddleASR* is an open-source implementation of end-to-end Automatic Speech Recognition (ASR) 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.
10 11


H
Hui Zhang 已提交
12
## Features
Z
Zeyu Chen 已提交
13

H
Hui Zhang 已提交
14
 See [feature list](doc/src/feature_list) for more information. 
15

H
Hui Zhang 已提交
16
## Setup
Z
Zeyu Chen 已提交
17 18

* python>=3.7
H
Hui Zhang 已提交
19
* paddlepaddle>=2.1.0
L
lfchener 已提交
20

H
Hui Zhang 已提交
21
Please see [install](doc/src/install.md).
H
Hui Zhang 已提交
22

23
## Getting Started
24

H
Hui Zhang 已提交
25
Please see [Getting Started](doc/src/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 35 36
* [Data Prepration](doc/src/data_preparation.md)  
* [Data Augmentation](doc/src/augmentation.md)  
* [Ngram LM](doc/src/ngram_lm.md)  
* [Server Demo](doc/src/server.md)  
* [Benchmark](doc/src/benchmark.md)  
* [Relased Model](doc/src/released_model.md)  
* [FAQ](doc/src/faq.md)  
H
Hui Zhang 已提交
37

H
Hui Zhang 已提交
38

39
## Questions and Help
X
Xinghai Sun 已提交
40

41
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 已提交
42 43 44 45


## License

H
Hui Zhang 已提交
46
DeepASR is provided under the [Apache-2.0 License](./LICENSE).
47 48 49

## Acknowledgement

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