From 9097bb1c351fffdf27473d328e66f3e9cfcab851 Mon Sep 17 00:00:00 2001 From: "Nat Kershaw (MSFT)" Date: Fri, 3 Jun 2022 11:48:15 -0700 Subject: [PATCH] Add table of contents to Python samples --- python/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/python/README.md b/python/README.md index 0a160cbbf..b4e653f50 100644 --- a/python/README.md +++ b/python/README.md @@ -1,5 +1,15 @@ # Samples +## API + +[Run the ONNX Runtime session creation and inference API](https://github.com/microsoft/onnxruntime-inference-examples/tree/main/python/api) + +## OpenVINO Execution Provider + [tiny_yolo_v2_object_detection](https://github.com/microsoft/onnxruntime-inference-examples/tree/main/python/OpenVINO_EP/tiny_yolo_v2_object_detection). -[yolov4_object_detection](https://github.com/microsoft/onnxruntime-inference-examples/tree/main/python/OpenVINO_EP/yolov4_object_detection). \ No newline at end of file +[yolov4_object_detection](https://github.com/microsoft/onnxruntime-inference-examples/tree/main/python/OpenVINO_EP/yolov4_object_detection). + +## AzureML + +[Question answering with BERT on AzureML](https://github.com/microsoft/onnxruntime-inference-examples/tree/main/python/azureml)