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

H
Hui Zhang 已提交
3
# DeepSpeech on PaddlePaddle
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
*DeepSpeech on PaddlePaddle* 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 and scalable implementation, including training, inference & testing module, and demo deployment.
10 11


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

H
Hui Zhang 已提交
14
* [Baidu's Deep Speech2](http://proceedings.mlr.press/v48/amodei16.pdf)
15

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

* python>=3.7
* paddlepaddle>=2.0.0
L
lfchener 已提交
20

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

23
## Getting Started
24

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

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

H
Hui Zhang 已提交
29
* [Install](docs/install.md)  
30
* [Getting Started](docs/getting_started.md)  
H
Hui Zhang 已提交
31 32 33 34 35 36 37 38
* [Data Prepration](docs/data_preparation.md)  
* [Data Augmentation](docs/augmentation.md)  
* [Ngram LM](docs/ngram_lm.md)  
* [Server Demo](docs/server.md)  
* [Benchmark](docs/benchmark.md)  
* [Relased Model](docs/released_model.md)  
* [FAQ](docs/faq.md)  

H
Hui Zhang 已提交
39

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

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


## License

DeepSpeech is provided under the [Apache-2.0 License](./LICENSE).