Kedro ONNX#

GitHub Workflow Status Codecov GitHub Workflow Status Documentation Status PyPI

Adds ONNX support to Kedro.

Introduction#

ONNX is a great tool for interoperability between different frameworks. it can be used to convert models from one framework to another, or to speed up model inference by using a runtime optimized for a specific hardware.

Because of that, this tool enables you to use ONNX models in your Kedro pipelines by providing OnnxDataSet and a simplified version of the OnnxRuntime for inference.

References#