Problem statement: The built models should be able to find database images that correspond to a given query image (i.e., the model should retrieve database images containing the same object as the query).
Example:
- Query: Consider you want to search images from your database which contains car .
- Solution: You provide an image of car then all images from database have car should be return.
Demo Video Link : https://user-images.githubusercontent.com/94001814/190885304-2b33f910-c5e2-4358-9364-dec2dbeea3d7.mp4
Screen 1 : Where user Uploads Image as a seach query and hit Submit
.

Screen 2 : Where response of similar images are presented.

Steps to Run the Project :
- git clone `https://github.com/codeprofile/Image_Se_Image_Search`
- pip install -r requirements.txt
- flask run
Inspiration Taken From :