|
1 | 1 | # ASRT_SDK_Python3 |
2 | 2 |
|
3 | | -ASRT Python3 SDK |
4 | | - |
| 3 | +[](https://opensource.org/licenses/GPL-3.0) |
| 4 | +[](https://github.com/nl8590687/ASRT_SDK_Python3) |
| 5 | +[](https://www.python.org/) |
5 | 6 | [](https://github.com/nl8590687/ASRT_SDK_Python3/actions/workflows/python-package.yml) |
6 | 7 | [](https://github.com/nl8590687/ASRT_SDK_Python3/actions/workflows/pylint.yml) |
7 | 8 |
|
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项目,并实现了一个调用样例。 |
9 | 32 |
|
10 | 33 | ## 安装 |
11 | | -``` |
| 34 | +```shell |
12 | 35 | $ pip install asrt-sdk |
13 | 36 | ``` |
| 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