Skip to content

This project is about how to apply image data augmentation in Keras. And focused on using the ImageDataGenerator class from Keras’ image preprocessing package, and gives insight of a variety of options available in this class for data augmentation and data normalization.

Notifications You must be signed in to change notification settings

madhura-3/Image-Data-Augmentation-with-Keras

Repository files navigation

Image Data Augmentation with Keras

  • To get started with what is Data Augmentation I implemented Image Data Augmentation with Keras.

  • Majorly used Image Data Generator with a Keras Model

  • Following steps were performed in order to achieve the end results and improve the accuracy :

    • Imported Libraries
    • Rotation
    • Width and Height Shifts
    • Brightness
    • Shear Transformation
    • Zoom
    • Channel Shift
    • Horizontal and Vertical Flips
    • Data Normalization
    • Rescale and Preprocessing Function
    • Used Model Training

About

This project is about how to apply image data augmentation in Keras. And focused on using the ImageDataGenerator class from Keras’ image preprocessing package, and gives insight of a variety of options available in this class for data augmentation and data normalization.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published