From f19b20702bbdda86acec1b02b672696ecf55ee57 Mon Sep 17 00:00:00 2001 From: ailemon <3210346136@qq.com> Date: Sat, 26 Mar 2022 23:18:10 +0800 Subject: [PATCH] =?UTF-8?q?docs=20&=20ci:=20=E6=9B=B4=E6=96=B0=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- README.md | 6 +++--- README_EN.md | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index d54f48b..99a5969 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index 787c9a3..3ab7fd5 100644 --- a/README.md +++ b/README.md @@ -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运行推理识别,不作训练 @@ -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) diff --git a/README_EN.md b/README_EN.md index 5b450ca..3cee922 100644 --- a/README_EN.md +++ b/README_EN.md @@ -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. @@ -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