Skip to content

Commit e9eb53f

Browse files
committed
docs: update readme
1 parent bd7507d commit e9eb53f

File tree

1 file changed

+42
-4
lines changed

1 file changed

+42
-4
lines changed

README.md

Lines changed: 42 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,51 @@
11
# ASRT_SDK_Python3
22

3-
ASRT Python3 SDK
4-
3+
[![GPL-3.0 Licensed](https://img.shields.io/badge/License-GPL3.0-blue.svg?style=flat)](https://opensource.org/licenses/GPL-3.0)
4+
[![Stars](https://img.shields.io/github/stars/nl8590687/ASRT_SDK_Python3)](https://github.com/nl8590687/ASRT_SDK_Python3)
5+
[![Python](https://img.shields.io/badge/Python-3.6+-blue.svg)](https://www.python.org/)
56
[![Python package](https://github.com/nl8590687/ASRT_SDK_Python3/actions/workflows/python-package.yml/badge.svg)](https://github.com/nl8590687/ASRT_SDK_Python3/actions/workflows/python-package.yml)
67
[![Pylint](https://github.com/nl8590687/ASRT_SDK_Python3/actions/workflows/pylint.yml/badge.svg)](https://github.com/nl8590687/ASRT_SDK_Python3/actions/workflows/pylint.yml)
78

8-
[ASRT语音识别项目主页](https://asrt.ailemon.net/) | [ASRT项目文档](https://asrt.ailemon.net/docs/)
9+
An Python3 SDK and Demo example for ASRT speech recognition system.
10+
11+
一个可用于ASRT语音识别系统的Python3 SDK和Demo样例
12+
13+
本软件是用来配套ASRT语音识别系统API调用的客户端SDK,并实现了一个演示用的Demo客户端,可以基于此进一步开发语音识别应用软件
14+
15+
如果您觉得喜欢,请点一个 **"Star"**~
16+
17+
[**ASRT项目主页**](https://asrt.ailemon.net/) |
18+
[**ASRT语音识别系统服务端仓库**](https://github.com/nl8590687/ASRT_SpeechRecognition) |
19+
[**发布版下载**](https://asrt.ailemon.net/download) |
20+
[**本项目的Wiki文档**](https://wiki.ailemon.net/docs/asrt-doc) |
21+
[**实用效果体验Demo**](https://asrt.ailemon.net/demo) |
22+
[**打赏作者**](https://wiki.ailemon.net/docs/asrt-doc/asrt-doc-1deo9u61unti9)
23+
24+
如果程序运行期间或使用中有什么问题,可以及时在issue中提出来,我将尽快做出答复。本项目作者交流QQ群:**894112051**
25+
26+
提问前请仔细查看[项目文档](https://asrt.ailemon.net/docs/)
27+
[FAQ常见问题](https://wiki.ailemon.net/docs/asrt-doc/asrt-doc-1deoeud494h4f)
28+
以及[Issues](https://github.com/nl8590687/ASRT_SpeechRecognition/issues) 避免重复提问
29+
30+
## 简介
31+
本项目是ASRT语音识别系统的Python3 SDK项目,并实现了一个调用样例。
932

1033
## 安装
11-
```
34+
```shell
1235
$ pip install asrt-sdk
1336
```
37+
38+
39+
40+
```shell
41+
$ python setup.py build
42+
$ python setup.py install
43+
```
44+
45+
## 软件环境要求
46+
* 操作系统: 支持Windows 和 Linux、MacOS
47+
* 开发环境: Python 3.6 +
48+
49+
## License 开源许可协议
50+
51+
[GPL v3.0](LICENSE) © [nl8590687](https://github.com/nl8590687) 作者:[AI柠檬](https://www.ailemon.net/)

0 commit comments

Comments
 (0)