# ONNX model exporter

> AI-ranked search results for `onnx model export` on awesome-repositories.com — ordered by an LLM for relevance, best match first. 114 total matches; showing the top 2.

Explore on the web: https://awesome-repositories.com/q/onnx-model-export

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [this search on awesome-repositories.com](https://awesome-repositories.com/q/onnx-model-export).**

## Results

- [onnx/onnx](https://awesome-repositories.com/repository/onnx-onnx.md) (20,358 ⭐) — ONNX is an open-source standard for machine learning interoperability that provides a unified format for representing neural network models. By defining a common set of operators and a standardized file structure, it enables models to be shared, exported, and executed consistently across different training frameworks and software ecosystems.

The project functions as an intermediate representation layer that decouples model development from deployment. It utilizes a language-neutral binary serialization format to store model structures and weights, ensuring that computational graphs remain por
- [onnx/onnxmltools](https://awesome-repositories.com/repository/onnx-onnxmltools.md) (1,160 ⭐) — This project is a machine learning interoperability tool designed to translate models from various training frameworks into the standardized open neural network exchange format. It functions as a model deployment pipeline that enables consistent execution across diverse inference engines and hardware environments.

The tool utilizes graph-based translation and an operator mapping layer to convert framework-specific mathematical functions into a common intermediate representation. It distinguishes itself through a pluggable converter architecture, which allows developers to register custom tran
