Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 2.06 KB

README.md

File metadata and controls

27 lines (24 loc) · 2.06 KB

Model Server for Apache MXNet Documentation

Basic Features

Advanced Features

  • Custom Model Service - Describes how to develop custom inference services.
  • Client Code Generation - Shows how to use Swagger to create a client API for more than 40 languages. Includes a JavaScript example.
  • Unit Tests - Housekeeping unit tests for MMS
  • Load Test - Use JMeter to run MMS through the paces and collect load data

Example Projects

  • MMS on Fargate, Serverless Inference - The project which illustrates the step-by-step process to launch MMS as a managed inference production service, on ECS Fargate.
  • LSTM - An example MMS project for a recurrent neural network (RNN) using long short-term memory (LSTM). The project takes JSON inputs for inference against a model trained with a specific vocabulary.
  • Object Detection - An example MMS project that uses a pretrained Single Shot Multi Object Detection (SSD) model that takes image inputs and infers the types and locations of several classes of objects.