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)