pip install paddle-serving-client
# 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
paddle sering as remote executor run
C++ client