Metadata-Version: 1.2
Name: image_augmentor
Version: 0.1.5
Summary: An image augmentation library for machine learning
Home-page: https://github.com/michaelmendoza/image_augmentor
Author: Michael Mendoza
Author-email: iammichaelmendoza@gmail.com
License: GPL
Description-Content-Type: UNKNOWN
Description: ==============
        ImageAugmentor
        ==============
        
        An Image augmentation and image pre-processing library for machine learning. Implemented in python this library is designed to be platform and framework independent. Implements a variety of useful image augmentation methods which stochastically transforms an image set into an augmented image set.
        
        ************
        Installation
        ************
        
        This package is known to work with python 3.5.4 and Python 2.7.12. 
        
        You can install the library with `pip`:
          
          pip install image-augmentor
        
        You can clone the repo and get this library running like this:
        
          git clone https://github.com/michaelmendoza/image_augmentor.git
        
Platform: UNKNOWN
Requires-Python: >=2.7
