Skip to content

Commit

Permalink
docs & ci: 更新相关信息
Browse files Browse the repository at this point in the history
  • Loading branch information
nl8590687 committed Mar 26, 2022
1 parent 400d659 commit f19b207
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ EXPOSE 20001/tcp
ENTRYPOINT ["/bin/bash", "/asrt_server/start.sh"]

# https://docs.docker.com/engine/reference/commandline/build/#options
# docker build --progress plain --rm --build-arg TAG=1.1.2 --tag asrt/api_server:1.1.2 .
# docker build --progress plain --rm --build-arg TAG=1.2.0 --tag asrt/api_server:1.2.0 .
# https://docs.docker.com/engine/reference/commandline/run/#options
# docker run --rm -it -p 20001:20001 --name asrt -d asrt/api_server:1.1.2
# docker run --rm -it -p 20001:20001 --name asrt -d asrt/api_server:1.2.0
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ $ python3 client_http.py

使用docker直接部署ASRT:
```shell
$ 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
$ docker pull ailemondocker/asrt_service:1.1.2
$ docker run --rm -it -p 20001:20001 --name asrt-server -d ailemondocker/asrt_service:1.1.2
```
仅CPU运行推理识别,不作训练

Expand Down Expand Up @@ -188,7 +188,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)|
|Java客户端SDK和Demo|[ASRT_SDK_Java](https://github.com/nl8590687/ASRT_SDK_Java)|

## ASRT相关资料
* [查看ASRT项目的Wiki文档](https://wiki.ailemon.net/docs/asrt-doc)
Expand Down
6 changes: 3 additions & 3 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
$ docker run --rm -it -p 20001:20001 --name asrt-server -d ailemondocker/asrt_service:1.1.1
$ docker pull ailemondocker/asrt_service:1.1.2
$ docker run --rm -it -p 20001:20001 --name asrt-server -d ailemondocker/asrt_service:1.1.2
```
It will start a api server for recognition rather than training.

Expand Down Expand Up @@ -161,7 +161,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)|
|Java Client SDK & Demo|[ASRT_SDK_Java](https://github.com/nl8590687/ASRT_SDK_Java)|

## Data Sets

Expand Down

0 comments on commit f19b207

Please sign in to comment.