An open API service indexing awesome lists of open source software.

https://github.com/nickolasrm/kedro-onnx

Adds ONNX support to Kedro
https://github.com/nickolasrm/kedro-onnx

kedro kedro-plugin onnx onnxruntime

Last synced: about 2 months ago
JSON representation

Adds ONNX support to Kedro

Awesome Lists containing this project

README

        

# Kedro ONNX

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/nickolasrm/kedro-onnx/Build)
![Codecov](https://img.shields.io/codecov/c/gh/nickolasrm/kedro-onnx)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/nickolasrm/kedro-onnx/Release?label=release)
[![Documentation Status](https://readthedocs.org/projects/kedro-onnx/badge/?version=latest)](https://kedro-onnx.readthedocs.io/en/latest/?badge=latest)
![PyPI](https://img.shields.io/pypi/v/kedro-onnx)

## Introduction

Adds ONNX support to Kedro.

## Usage

Read our [docs](https://kedro-onnx.readthedocs.io/en/latest/).

## Getting Started

Execute this command in your terminal:

```bash
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

* Nickolas da Rocha Machado [@nickolasrm](https://github.com/nickolasrm)