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.
- Host: GitHub
- URL: https://github.com/rodolfoferro/impipes
- Owner: RodolfoFerro
- Created: 2019-06-20T23:03:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-11T07:53:31.000Z (almost 7 years ago)
- Last Synced: 2025-09-29T18:28:45.976Z (9 months ago)
- Topics: image-enhancement, image-pipeline, image-processing, pipelines, python
- Language: Python
- Homepage: https://impipes.rtfd.io
- Size: 84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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._