Image Data Augmentation with Keras and Image data generator with keras model.
The project on Image Data Augmentation with Keras is divided into following tasks:
Task 1: Introduction and Importing Libraries
Task 2: Rotation
Task 3: Width and Height Shifts
Task 4: Brightness
Task 5: Shear Transformation
Task 6: Zoom
Task 7: Channel Shift
Task 8: Horizontal and Vertical Flips
Task 9: Data Normalization
Task 10: Rescale and Preprocessing Function
Task 11: Using in Model Training