README.md 1.9 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

14 15 16 17
* [Baidu's DeepSpeech2](http://proceedings.mlr.press/v48/amodei16.pdf)
* [Transformer](https://arxiv.org/abs/1706.03762)
* [Conformer](https://arxiv.org/abs/2005.08100)
* [U2](https://arxiv.org/pdf/2012.05481.pdf)
18

H
Hui Zhang 已提交
19
## Setup
Z
Zeyu Chen 已提交
20 21 22

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

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

26
## Getting Started
27

28 29
Please see [Getting Started](docs/src/geting_started.md) and [tiny egs](examples/tiny/README.md).

H
Hui Zhang 已提交
30

H
Hui Zhang 已提交
31
## More Information  
Z
Zeyu Chen 已提交
32

33 34 35 36 37 38 39 40 41
* [Install](docs/src/install.md)  
* [Getting Started](docs/src/geting_stared.md)  
* [Data Prepration](docs/src/data_preparation.md)  
* [Data Augmentation](docs/src/augmentation.md)  
* [Ngram LM](docs/src/ngram_lm.md)  
* [Server Demo](docs/src/server.md)  
* [Benchmark](docs/src/benchmark.md)  
* [Relased Model](docs/src/released_model.md)  
* [FAQ](docs/src/faq.md)  
H
Hui Zhang 已提交
42

H
Hui Zhang 已提交
43

44
## Questions and Help
X
Xinghai Sun 已提交
45

46
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 已提交
47 48 49 50 51


## License

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

## Acknowledgement

We depends on many open source repos. See [References](docs/src/reference.md) for more information.