File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ In today's world, Image processing is everywhere and in the future everything wi
12
12
# Tools and Technologies used:
13
13
- Python 3.8
14
14
- Jupyter Notebook
15
+ - Spyder IDE
16
+ - Sublime 3 IDE
17
+ - Notepad++
15
18
16
19
# Python Libraries and Modules used:
17
20
- OpenCV (CV2)
@@ -21,6 +24,8 @@ In today's world, Image processing is everywhere and in the future everything wi
21
24
- Numpy
22
25
- Skimage
23
26
- PIL
27
+ - Tensorflow 2.0 (cpu)
28
+ - Keras (now included with tensorflow)
24
29
25
30
# Description of added directories:
26
31
@@ -45,4 +50,9 @@ In today's world, Image processing is everywhere and in the future everything wi
45
50
- Shows how to open images in python
46
51
- saving images
47
52
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
+
48
58
# Thank you
You can’t perform that action at this time.
0 commit comments