Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 451 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 451 Bytes

install

pip install paddle-serving-client

quick-start example

# train text classification problem with paddle
# save serving model

from serving_client import serving_io

serving_io.save_serving_model()

# load serving model configuration and start service
# load serving model configuration in client and do prediction

design

paddle sering as remote executor run

high level features

C++ client