Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 2.23 KB

README.md

File metadata and controls

26 lines (23 loc) · 2.23 KB

Multi Model Server Documentation

Basic Features

Advanced Features

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.
  • MXNet Vision Service - An example MMS project for a MXNet Image Classification model. The project takes JPEG image as input for inference.
  • 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.