Image Search Engine is a content based image search engine.
The image search engine processes and stores information about the dataset of images
fed to it. Information processed is the color content and color distrubution of the
image using digital image processing concepts like Histograms of a digital
image and Chi-sqaured distance algorithm to find similarity between images.
The image to be searched is fed to the search engine and it returns a set of 10
similar images from the dataset.
I wrote Image search engine as a undergraduate school research project.
Roles: Product designer / Back-end Developer.
Technologies: Python, Anaconda, OpenCV