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

https://github.com/allanchua101/ipynta

Rapidly build image processing pipelines
https://github.com/allanchua101/ipynta

ai data-pipelines image image-processing python

Last synced: 6 months ago
JSON representation

Rapidly build image processing pipelines

Awesome Lists containing this project

README

          

[![Unit Tests](https://github.com/allanchua101/ipynta/actions/workflows/run_unit_tests.yml/badge.svg)](https://github.com/allanchua101/ipynta/actions/workflows/run_unit_tests.yml)
[![PyPI version](https://badge.fury.io/py/ipynta.svg)](https://badge.fury.io/py/ipynta)
[![PyPI download month](https://img.shields.io/pypi/dm/ipynta.svg)](https://pypi.python.org/pypi/ipynta/)
[![Maintained](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/allanchua101/ipynta/graphs/commit-activity)




ipynta is a Python library designed for rapid development of image pre-processing pipelines.

#### Installation

```sh
pip install ipynta
```

#### High level overview




The diagram above describes the purpose of each iPynta class family and how can they be used collectively in an image pre-processing pipeline.

#### Core Class Families

- [Sourcing](https://github.com/allanchua101/ipynta/blob/main/docs/sourcing/Readme.md)
- [Predicates](https://github.com/allanchua101/ipynta/blob/main/docs/predicates/Readme.md)
- [Transformers](https://github.com/allanchua101/ipynta/blob/main/docs/transform/Readme.md)
- [Persistence](https://github.com/allanchua101/ipynta/blob/main/docs/persistence/Readme.md)

#### Utility Class Families

- [Loaders](https://github.com/allanchua101/ipynta/blob/main/docs/loaders/Readme.md)
- [Packaging](https://github.com/allanchua101/ipynta/blob/main/docs/packaging/Readme.md)

#### Why was it named ipynta?

`I-pinta` means _"to paint"_ in tagalog! This library is proudly developed by a Singapore-based Filipino lad with nothing better to do during evenings.