install
January 14, 2020 ยท View on GitHub
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