Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.78 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.78 KB

Augmento

To help in solving the Image Augmentation problem, we introduce Augmento. Augmento is a python-based program which takes existing dataset of images and produces a larger dataset by applying different image transforming techniques randomly.

image

Some Features:

  1. Augments large dataset folders
  2. Outputs any number of images you want
  3. Works on (png, jpg, and jpeg) formats
  4. Has different augmentation techniques (check below)
  5. Resizes images as you want
  6. Has an option to merge multiple augmentation types into one

Available augmentation techniques are:

1) Grayscale

image

2) Rotation

image

3) Zoom

image

4) Brightness

image

5) Horizontal shift

image

6) Vertical shift

image

7) Horizontal flip

image

8) Vertical flip

image

You can download the .exe file for windows and enjoy