onnx/tutorials

Tutorials for creating and using ONNX models

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 2 minutes ago
Added to GitGenius on September 18th, 2026
Created on November 15th, 2017
Open Issues & Pull Requests: 115 (+0)
GitHub issues: Enabled
Number of forks: 654
Total Stargazers: 3,713 (+0)
Total Subscribers: 126 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 984.9 days
Mean response time: 997.2 days
90th percentile: 1920.9 days
Tracked items: 4

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 7
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,228 days
Stale 30+ days: 7
Stale 90+ days: 7

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • question (4)
  • bug (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

ONNX Tutorials is a collection of educational resources for learning to create and use Open Neural Network Exchange models.

The tutorials address the challenge of working with ONNX, an open standard format for representing machine learning models across different frameworks and tools. The approach centers on providing hands-on examples through Jupyter Notebooks that guide users through the process of converting models from various frameworks into ONNX format and deploying them. The tutorials also direct users to the ONNX Model Zoo, where pre-trained models are available for common scenarios, and to cloud-based services like Azure Custom Vision and Azure Machine Learning that can generate customized ONNX models.

Developers should use these tutorials if they need to understand how to work with ONNX models or convert existing models from their current framework into the ONNX format. The resource is most valuable for teams adopting ONNX as an interoperability layer across multiple machine learning frameworks and deployment targets. The tutorials assume familiarity with machine learning concepts but provide step-by-step guidance suitable for practitioners new to the ONNX ecosystem.

The project maintains a curated collection of working examples with active updates to keep pace with ONNX standard evolution and framework changes. The repository accepts community contributions to expand tutorial coverage and improve existing examples. Development activity focuses on ensuring tutorials remain functional and relevant as the broader ONNX ecosystem develops.