提交 83e25682 编写于 作者: M MRXLT

fix readme

上级 8419057b
......@@ -8,6 +8,13 @@ The example uses the ResNet50_vd model to perform the imagenet 1000 classificati
```
sh get_model.sh
```
### Install preprocess module
```
pip install paddle_serving_app
```
### HTTP Infer
launch server side
......
......@@ -8,6 +8,13 @@
```
sh get_model.sh
```
### 安装数据预处理模块
```
pip install paddle_serving_app
```
### 执行HTTP预测服务
启动server端
......
......@@ -4,6 +4,12 @@
```
sh get_data.sh
```
## Install preprocess module
```
pip install paddle_serving_app
```
## Start http service
```
python senta_web_service.py senta_bilstm_model/ workdir 9292
......
......@@ -4,6 +4,11 @@
```
sh get_data.sh
```
## 安装数据预处理模块
```
pip install paddle_serving_app
```
## 启动HTTP服务
```
python senta_web_service.py senta_bilstm_model/ workdir 9292
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册