Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.12 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.12 KB

Kedro ONNX

GitHub Workflow Status Codecov GitHub Workflow Status Documentation Status PyPI

Introduction

Adds ONNX support to Kedro.

Usage

Read our docs.

Getting Started

Execute this command in your terminal:

pip install kedro-onnx

Contribute

If you want to contribute to this package, execute the following steps:

  1. Fork the repo
  2. Clone it in your machine
  3. Install with pip install .[dev]
  4. Run pre-commit install in the project root
  5. Make your changes
  6. Create a pr

Note: Remember to create unit tests and to run pytest and flake8 before creating a pr

Credits