#89 · Primary category: Deep Learning Frameworks
tensorflow-onnx
Convert TensorFlow, Keras, Tensorflow.js and Tflite models to ONNX
Project last updated:08/29/26
GitHub Stars
2.6K
Forks
472
Contributors
112
License
Apache-2.0
Why we included this project
For teams that train in TensorFlow or Keras but serve on ONNX-based runtimes, this tool handles the format gap. It converts saved models, checkpoints, graph definitions, TFLite, and (experimentally) TensorFlow.js into a standard ONNX graph that ONNX Runtime and similar runtimes can execute. You can run conversions from the command line or through the Python API, and you can set the output opset to match your target runtime. TensorFlow has more operators than ONNX, so not every exotic op maps cleanly; check the supported-ops list and troubleshooting guide before relying on a conversion.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
tensorflow
An Open Source Machine Learning Framework for Everyone
pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
keras
Deep Learning for humans
nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.