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
- Host: GitHub
- URL: https://github.com/nickolasrm/kedro-onnx
- Owner: nickolasrm
- License: apache-2.0
- Created: 2022-09-04T12:45:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T19:09:01.000Z (2 months ago)
- Last Synced: 2025-03-31T20:23:50.958Z (2 months ago)
- Topics: kedro, kedro-plugin, onnx, onnxruntime
- Language: Python
- Homepage: https://kedro-onnx.readthedocs.io/en/latest/
- Size: 43.9 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kedro ONNX



[](https://kedro-onnx.readthedocs.io/en/latest/?badge=latest)
## 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)