onnx/onnx
Open standard for machine learning interoperability observed · 2026-08-28
Health v2 · maintenance only
92/100
- Activity 99
- Release rhythm 77
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 76
- age_days: 3282
- days_rel: 79
- days_push: 7
- n_releases_24m: 8
Adoption not part of the score
21366 stars · 4011 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
ONNX (Open Neural Network Exchange) is an open standard and Python library for representing machine learning and deep learning models as an extensible computation graph with defined operators and data types. It enables model interoperability between frameworks like PyTorch, TensorFlow, and scikit-learn and across diverse inference runtimes and hardware.
Use cases
- convert a pytorch model to run in a different inference engine
- export tensorflow models to a portable format
- run machine learning models on edge hardware
- share trained models between frameworks
- deploy models to production with hardware-optimized runtimes
- inspect and validate neural network computation graphs
When to choose
- you need to move models between training frameworks and inference runtimes
- you want hardware-accelerated deployment across vendors
- you need a stable, widely supported open model format
When to avoid
- you only train and infer within a single framework with no portability needs
- you need training-time features, since ONNX focuses on inferencing
- you need framework-specific optimizations not expressible in the ONNX operator set
Facets
library · maturity stable
machine-learning deep-learning serialization sdk machine-learning deep-learning artificial-intelligence developer-tools python cross-platform onnx model-format interoperability neural-networks inference computation-graph pytorch tensorflow
3 sources
- readme: https://github.com/onnx/onnx · fetched 2026-08-28 · 6df59a23ad78
- homepage: https://onnx.ai/ · fetched 2026-08-29 · d1e78f2c07f3
- site_page: https://onnx.ai/about.html · fetched 2026-08-29 · 2928d89a5b86
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| onnx/onnx | main | 92 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem