Metadata-Version: 2.1
Name: ipynta
Version: 0.0.17
Summary: A Python library for different image processing tasks.
Home-page: UNKNOWN
Author: Allan Chua
Author-email: allanchua.officefiles@gmail.com
License: UNKNOWN
Keywords: python,images,image utilities
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown

['<p align="center">\n', '    <img  src="https://i.imgur.com/mKCFKIf.jpeg"> \n', '</p>\n', '\n', '<p align="center">\n', '  <strong>ipynta</strong> is a Python library designed for rapid development of image pre-processing pipelines.\n', '</p>\n', '\n', '### High level overview\n', '\n', '<p align="center">\n', '  <img src="https://i.imgur.com/tCDKqJD.png" />\n', '</p>\n', '\n', '<p align="center">\n', '  The diagram above describes the purpose of each iPynta class family and how can they be used collectively in an image pre-processing pipeline..\n', '</p>\n', '\n', '### Sourcing Classes\n', '\n', 'Sourcing classes are used for retrieving image datasets from different sources (local drive, zip files, etc.):\n', '\n', '- [ImageGlobber](https://github.com/allanchua101/ipynta/blob/main/docs/globbing/ImageGlobber.md)\n', '\n', '### Predicate Classes\n', '\n', 'Predicate classes are used for filtering unwanted data from image datasets.\n', '\n', '- [DimensionPred](https://github.com/allanchua101/ipynta/blob/main/docs/predicates/DimensionPred.md)\n', '\n', '### Why was it named ipynta?\n', '\n', '`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.\n']

