Skip to content

Commit d27e9b9

Browse files
authored
added information
1 parent e17a024 commit d27e9b9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ In today's world, Image processing is everywhere and in the future everything wi
1212
# Tools and Technologies used:
1313
- Python 3.8
1414
- Jupyter Notebook
15+
- Spyder IDE
16+
- Sublime 3 IDE
17+
- Notepad++
1518

1619
# Python Libraries and Modules used:
1720
- OpenCV (CV2)
@@ -21,6 +24,8 @@ In today's world, Image processing is everywhere and in the future everything wi
2124
- Numpy
2225
- Skimage
2326
- PIL
27+
- Tensorflow 2.0 (cpu)
28+
- Keras (now included with tensorflow)
2429

2530
# Description of added directories:
2631

@@ -45,4 +50,9 @@ In today's world, Image processing is everywhere and in the future everything wi
4550
- Shows how to open images in python
4651
- saving images
4752

53+
## Image_Augmentation:
54+
- Image augmentation is a technique that is used to artificially expand the data-set.
55+
- This is helpful when we are given a data-set with very few data samples
56+
- In this case I have used Keras to achieve image augmentation.
57+
4858
# Thank you

0 commit comments

Comments
 (0)