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

https://github.com/rodolfoferro/impipes

Build image pipelines in a simple way.
https://github.com/rodolfoferro/impipes

image-enhancement image-pipeline image-processing pipelines python

Last synced: 5 months ago
JSON representation

Build image pipelines in a simple way.

Awesome Lists containing this project

README

          

# Welcome to `impipes`

## About this package

`impipes` is a Python package built to automate the image preprocessing to feed an AI model.

## What was this built for?

This package was originally developed by [Lukasz Kaczmarek](mailto:lukaszk76@gmail.com), [Cristian Vargas](mailto:rodolfoferroperez@gmail.com), [Ramón Ontiveros](mailto:ramontiveros@gmail.com), and [Rodolfo Ferro](mailto:rodolfoferroperez@gmail.com) as part of the [Tree Identification Challenge with AI](https://medium.com/omdena/building-ai-for-good-by-the-people-for-the-people-d98ad78b5001) at [Omdena](https://omdena.com/).

## Refer to this package

# We will be providing more info about how to refer
# to this Python package.
from impipes import pipes
...

_More content will be added soon._