Image Processing GUI using Python.Implemented some image processing algorithms applicable on both RGB and grayscale Images with the ability to modify the kernel size (filter strength). Filters implemented and applied Histogram Equalisation, Mean Filter, Median Filter, Low Pass Filter, High Pass Filter, Gaussian Filter, Sobel Filter, and Laplacbian Filter.