onnx/models

A collection of pre-trained, state-of-the-art models in the ONNX format

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 57 minutes ago
Added to GitGenius on September 6th, 2026
Created on October 6th, 2017
Open Issues & Pull Requests: 215 (+0)
GitHub issues: Enabled
Number of forks: 1,585
Total Stargazers: 9,785 (+0)
Total Subscribers: 204 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 34.4 days
Mean response time: 194.2 days
90th percentile: 499.4 days
Tracked items: 14

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 18
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 875 days
Stale 30+ days: 18
Stale 90+ days: 17

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 (14)
  • bug (3)
  • enhancement (1)
  • model-request (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

ONNX Models is a repository of pre-trained, state-of-the-art models in the ONNX format.

The repository addresses the need for readily accessible, production-ready deep learning models that work across different frameworks and platforms. By storing models in ONNX format, it enables developers to use the same model regardless of whether their inference environment runs on PyTorch, TensorFlow, or other supported runtimes. This approach eliminates the friction of model conversion and framework lock-in, allowing teams to standardize on a single model format while maintaining flexibility in their deployment choices.

Developers should consider this collection when they need pre-trained models for computer vision, natural language processing, or other deep learning tasks and want to avoid training from scratch. It suits projects where time-to-deployment matters and where teams work across multiple frameworks or deployment targets. The repository is particularly valuable for organizations building inference pipelines that need to run models consistently across CPUs, GPUs, and specialized hardware without rewriting model code for each platform.

The project maintains an organized collection of models with supporting documentation and examples provided through Jupyter Notebooks, making it straightforward for developers to understand how to load and use each model. The repository receives contributions that expand its model coverage and improve documentation, indicating active community engagement with the collection.