sree4411 commited on
Commit
15000d9
·
verified ·
1 Parent(s): b74642c

Update pages/4_Image Augmentation.py

Browse files
Files changed (1) hide show
  1. pages/4_Image Augmentation.py +2 -2
pages/4_Image Augmentation.py CHANGED
@@ -10,10 +10,10 @@ st.title(":red[Image Data Augmentation ]")
10
 
11
  # Explanation of Image Augmentation
12
  st.write("""
13
- ## What is Image Augmentation?
14
  Image augmentation refers to a set of techniques used to increase the diversity of training images available for a machine learning model without actually collecting new images. It's commonly used in computer vision tasks to improve the performance of models by making them more robust to variations in the data.
15
 
16
- ### Common Types of Image Augmentation:
17
  **Flipping**: Horizontally or vertically flipping an image.\n
18
  **Rotation**: Rotating the image by a certain angle.\n
19
  **Scaling**: Zooming in or out on the image.\n
 
10
 
11
  # Explanation of Image Augmentation
12
  st.write("""
13
+ ## :blue[What is Image Augmentation]?
14
  Image augmentation refers to a set of techniques used to increase the diversity of training images available for a machine learning model without actually collecting new images. It's commonly used in computer vision tasks to improve the performance of models by making them more robust to variations in the data.
15
 
16
+ ### :blue[Common Types of Image Augmentation]:
17
  **Flipping**: Horizontally or vertically flipping an image.\n
18
  **Rotation**: Rotating the image by a certain angle.\n
19
  **Scaling**: Zooming in or out on the image.\n