/Data-Augmentation

Data Augmentation using Keras

Primary LanguagePythonMIT LicenseMIT

Data Augmentation

GitHub language count GitHub top language Libraries.io dependency status for GitHub repo GitHub repo size GitHub

Data Augmentation in terms of images is a technique applied in the dataset to increase the number of images.

Overview

This project can help you to do Date Augmentation with your dataset using Keras.

Dependencies

  • PIL
  • keras
  • os
  • tensorflow
  • numpy

You can install missing dependencies with pip. And install TensorFlow via TensorFlow link.

Usage

  1. Install the dependencies;
  2. Open terminal and run data-augmentation.py file.

Credits

Other information

The test.zip file contains the folder used as input.

The data-augmentation-generated.zip file contains the output folder with the generated Data Augmentation images.

License

Code released under the MIT license.