README.md 275 字节
Newer Older
1
# Bert Pipeline WebService
F
felixhjh 已提交
2

3
This document will takes Bert service as an example to introduce how to use Pipeline WebService.
F
felixhjh 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19

## Get model
```
sh get_data.sh
```

## Start server

```
python3 web_service.py &>log.txt &
```

## RPC test
```
python3 pipeline_rpc_client.py
```