Python module for creating kernels and convoluting images (Machine Learning)

Hey everybody!

I’ve created a Python3 module for creating simple filters (kernels) and using them to convolute images. This is useful for creating convolutional layers in a convolutional neural network. Check it out below and any comments/feedback would be appreciated!

SimpleFilter

wow how did you make it