onnx2tf and onnxmltools

These are complementary tools in sequence: onnxmltools converts models *into* the ONNX format, while onnx2tf converts ONNX models *out of* that format into TensorFlow/TFLite, making them part of a conversion pipeline rather than alternatives.

onnx2tf
78
Verified
onnxmltools
73
Verified
Maintenance 22/25
Adoption 12/25
Maturity 25/25
Community 19/25
Maintenance 10/25
Adoption 14/25
Maturity 25/25
Community 24/25
Stars: 931
Forks: 97
Downloads:
Commits (30d): 268
Language: Python
License: MIT
Stars: 1,143
Forks: 214
Downloads:
Commits (30d): 0
Language: Python
License: Apache-2.0
No risk flags
No risk flags

About onnx2tf

PINTO0309/onnx2tf

Self-Created Tools to convert ONNX files (NCHW) to TensorFlow/TFLite/Keras format (NHWC). The purpose of this tool is to solve the massive Transpose extrapolation problem in onnx-tensorflow (onnx-tf). I don't need a Star, but give me a pull request.

This tool helps machine learning engineers and researchers convert their trained AI models from the ONNX format into various other formats like TensorFlow, TFLite, Keras, or PyTorch. You provide an ONNX model file as input and receive a functionally equivalent model in your desired target framework. This is crucial for deploying models across different platforms or integrating them into diverse software environments.

AI model conversion Machine learning deployment Deep learning engineering Model interoperability

About onnxmltools

onnx/onnxmltools

ONNXMLTools enables conversion of models to ONNX

This tool helps machine learning engineers and data scientists convert their trained models from various frameworks like scikit-learn, TensorFlow, or Core ML into the ONNX format. You provide a model trained in one of the supported toolkits, and it outputs an equivalent model in the ONNX standard format. This allows for easier deployment and portability across different inference runtimes and hardware.

machine-learning-operations model-deployment data-science-workflow AI-engineering predictive-analytics

Scores updated daily from GitHub, PyPI, and npm data. How scores work