#89 · Primary category: Deep Learning Frameworks

tensorflow-onnx

convert deep-learning export keras onnx tensorflow tensorflowjs tflite

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