Image search like Google's is a nice feature that wonder me - as almost anything related to image processing.
A few months ago, InterSystems released a preview for Python Embedded. As Python has a lot of libs for deal with image processing, I decided to start my own attemptive to play with a sort of image search - a much more modest version in deed :-)
A tast of theory 🤓
In order to do an image search system, fist it's necessary select a set of features to be extracted from images - these features are also called descriptors.

