MindSpore Serving Documents =========================== MindSpore Serving is a lightweight and high-performance service tool, which helps users efficiently deploy online inference services in production environments. Simply train your model on MindSpore, export it and then use MindSpore Serving to create inference services for the models. MindSpore Serving supports: - Customized preprocessing and postprocessing to simplify model release and deployment - Batch function that splits and combines multiple-instances requests to fit the batch size requirements of the model - Distributed model inference - gRPC APIs and easy-to-use Python encapsulation APIs on the client - RESTful APIs on the client .. raw:: html Code repository address: Typical Application Scenarios ------------------------------- 1. `Quick Start `_ Use the Add network as an example to demonstrate how to deploy an inference service with MindSpore Serving. 2. `Access Services with gRPC APIs `_ Easily access services with high performance. 3. `Using the RESTful APIs to Access Services `_ Access services based on HTTP. .. toctree:: :glob: :maxdepth: 1 :caption: Installation serving_install .. toctree:: :glob: :maxdepth: 1 :caption: Guide serving_example serving_distributed_example serving_grpc serving_restful serving_model serving_multi_subgraphs .. toctree:: :maxdepth: 1 :caption: API References server client .. toctree:: :maxdepth: 1 :caption: References faq .. toctree:: :glob: :maxdepth: 1 :caption: RELEASE NOTES RELEASE