docs: update readme
This commit is contained in:
parent
08a63f92c7
commit
b84f49a87d
|
@ -70,7 +70,7 @@ $ tar zxf <数据集压缩文件名> -C /data/speech_data/
|
|||
$ python download_default_datalist.py
|
||||
```
|
||||
|
||||
目前可用的模型有24、25和251
|
||||
目前可用的模型有24、25、251和251bn
|
||||
|
||||
运行本项目之前,请安装必要的[Python3版依赖库](https://github.com/nl8590687/ASRT_SpeechRecognition#python-import)
|
||||
|
||||
|
@ -105,8 +105,8 @@ $ python3 client_http.py
|
|||
|
||||
使用docker直接部署ASRT:
|
||||
```shell
|
||||
$ docker pull ailemondocker/asrt_service:1.1.0
|
||||
$ docker run --rm -it -p 20000:20000 --name asrt-server -d ailemondocker/asrt_service:1.1.0
|
||||
$ docker pull ailemondocker/asrt_service:1.1.1
|
||||
$ docker run --rm -it -p 20001:20001 --name asrt-server -d ailemondocker/asrt_service:1.1.1
|
||||
```
|
||||
仅CPU运行推理识别,不作训练
|
||||
|
||||
|
@ -187,6 +187,7 @@ ASRT为客户端通过RPC方式调用开发语音识别功能提供了不同平
|
|||
|-|-|
|
||||
|Windows客户端SDK和Demo|[ASRT_SDK_WinClient](https://github.com/nl8590687/ASRT_SDK_WinClient)|
|
||||
|跨平台Python3客户端SDK和Demo|[ASRT_SDK_Python3](https://github.com/nl8590687/ASRT_SDK_Python3)|
|
||||
|跨平台Golang客户端SDK和Demo|[asrt-sdk-go](https://github.com/nl8590687/asrt-sdk-go)|
|
||||
|JavaWeb网站端SDK和Demo|[ASRT_SpeechClient_JavaWeb](https://github.com/nl8590687/ASRT_SpeechClient_JavaWeb)|
|
||||
|
||||
## ASRT相关资料
|
||||
|
|
|
@ -65,7 +65,7 @@ To download pinyin syllable list files for default dataset:
|
|||
$ python download_default_datalist.py
|
||||
```
|
||||
|
||||
Currently available models are 24, 25 and 251
|
||||
Currently available models are 24, 25, 251 and 251bn
|
||||
|
||||
Before running this project, please install the necessary [Python3 version dependent library](https://github.com/nl8590687/ASRT_SpeechRecognition#python-import)
|
||||
|
||||
|
@ -103,8 +103,8 @@ If there is any problem during the execution of the program or during use, it ca
|
|||
|
||||
Deploy ASRT by docker:
|
||||
```shell
|
||||
$ docker pull ailemondocker/asrt_service:1.1.0
|
||||
$ docker run --rm -it -p 20000:20000 --name asrt-server -d ailemondocker/asrt_service:1.1.0
|
||||
$ docker pull ailemondocker/asrt_service:1.1.1
|
||||
$ docker run --rm -it -p 20001:20001 --name asrt-server -d ailemondocker/asrt_service:1.1.1
|
||||
```
|
||||
It will start a api server for recognition rather than training.
|
||||
|
||||
|
@ -160,6 +160,7 @@ ASRT provides the abilities to import client SDKs for several platform and progr
|
|||
|-|-|
|
||||
|Windows Client SDK & Demo|[ASRT_SDK_WinClient](https://github.com/nl8590687/ASRT_SDK_WinClient)|
|
||||
|Python3 Client SDK & Demo (Any Platform)|[ASRT_SDK_Python3](https://github.com/nl8590687/ASRT_SDK_Python3)|
|
||||
|Golang Client SDK & Demo|[asrt-sdk-go](https://github.com/nl8590687/asrt-sdk-go)|
|
||||
|JavaWeb Website SDK & Demo|[ASRT_SpeechClient_JavaWeb](https://github.com/nl8590687/ASRT_SpeechClient_JavaWeb)|
|
||||
|
||||
## Data Sets
|
||||
|
|
Loading…
Reference in New Issue