Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 823 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 823 Bytes

data-processing

a simple python script to edit your images mainly for deep learning

Example :

input image of size 966KB

output image of size 43KB

the current main features of the processing are :
1) reshaping the images to a given size
2) applying filters:
- gray scale filter
- CLAHE (contrast filter)
- hope to add more features as we go and feel free to add features as you find fit :)

added a sample-data folder with 2 png images for experimenting