Metadata-Version: 2.1
Name: impipes
Version: 0.1.7
Summary: 
Home-page: https://impipes.rtfd.io
License: MIT
Keywords: Image enhancement,Image pipelines,Image processing
Author: Rodolfo Ferro
Author-email: rodolfoferroperez@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: matplotlib (>=3.1,<4.0)
Requires-Dist: numpy (>=1.16,<2.0)
Requires-Dist: opencv-python (>=4.1,<5.0)
Requires-Dist: scipy (>=1.3,<2.0)
Requires-Dist: wget (>=3.2,<4.0)
Project-URL: Repository, https://github.com/RodolfoFerro/impipes
Description-Content-Type: text/markdown

# Welcome to `impipes`

## About this package

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

## Why 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._
