From 997836f1660416e0274283d93dc6f553eca43380 Mon Sep 17 00:00:00 2001 From: scorebot Date: Thu, 23 Apr 2020 08:17:06 +0000 Subject: [PATCH] Add AI-Serving tutorial to Serving tutorials --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d8d9cf..a36e125 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ Once you have an ONNX model, it can be scored with a variety of tools. * [Various Samples: Inferencing ONNX models using ONNX Runtime (Python, C#, C, Java, etc)](https://github.com/microsoft/onnxruntime/tree/master/samples) ### Serving + * [Serving ONNX models with AI-Serving](https://github.com/autodeployai/ai-serving/blob/master/examples/AIServingMnistOnnxModel.ipynb) * [Serving ONNX models with Cortex](https://towardsdatascience.com/how-to-deploy-onnx-models-in-production-60bd6abfd3ae) * [Serving ONNX models with MXNet Model Server](tutorials/ONNXMXNetServer.ipynb) * [Serving ONNX models with ONNX Runtime Server](tutorials/OnnxRuntimeServerSSDModel.ipynb)