mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-21 18:15:13 -05:00
28 lines
1.7 KiB
Markdown
28 lines
1.7 KiB
Markdown
# ONNX on Azure Machine Learning
|
||
|
||
These tutorials show how to create and deploy [ONNX](http://onnx.ai) models using Azure Machine Learning and the [ONNX Runtime](https://docs.microsoft.com/en-us/azure/machine-learning/service/how-to-build-deploy-onnx).
|
||
Once deployed as web services, you can ping the models with your own images to be analyzed!
|
||
|
||
## Tutorials
|
||
- [Obtain ONNX model from ONNX Model Zoo and deploy - ResNet50](https://github.com/Azure/MachineLearningNotebooks/blob/master/onnx/onnx-modelzoo-aml-deploy-resnet50.ipynb)
|
||
- [Convert ONNX model from CoreML and deploy - TinyYOLO](https://github.com/Azure/MachineLearningNotebooks/blob/master/onnx/onnx-convert-aml-deploy-tinyyolo.ipynb)
|
||
- [Train ONNX model in PyTorch and deploy - MNIST](https://github.com/Azure/MachineLearningNotebooks/blob/master/onnx/onnx-train-pytorch-aml-deploy-mnist.ipynb)
|
||
- [Handwritten Digit Classification (MNIST) using ONNX Runtime on AzureML](https://github.com/Azure/MachineLearningNotebooks/blob/master/onnx/onnx-inference-mnist.ipynb)
|
||
- [Facial Expression Recognition using ONNX Runtime on AzureML](https://github.com/Azure/MachineLearningNotebooks/blob/master/onnx/onnx-inference-emotion-recognition.ipynb)
|
||
|
||
## Documentation
|
||
- [ONNX Runtime Python API Documentation](http://aka.ms/onnxruntime-python)
|
||
- [Azure Machine Learning API Documentation](http://aka.ms/aml-docs)
|
||
|
||
## Related Articles
|
||
- [Building and Deploying ONNX Runtime Models](https://docs.microsoft.com/en-us/azure/machine-learning/service/how-to-build-deploy-onnx)
|
||
- [Azure AI – Making AI Real for Business](https://aka.ms/aml-blog-overview)
|
||
- [What’s new in Azure Machine Learning](https://aka.ms/aml-blog-whats-new)
|
||
|
||
|
||
## License
|
||
|
||
Copyright (c) Microsoft Corporation. All rights reserved.
|
||
Licensed under the MIT License.
|
||
|