Reverse Image Search Report
Reverse Image Search Report
TEAM MEMBERS:
ADHIRAJ RATHORE (2022BCA003)
VARUN PARMAR (2022BCA054)
VISHESH MAMORIA (2022BCA057)
SUBMITTED TO:
DR. ARPAN GUPTA
In this project, we use reverse image search to identify visually similar images based
on an input image. We extract features from the input image using a pre-trained
CNN model, ResNet50; our system generates a high-dimensional vector for each
image. The similarity search is performed using a Nearest Neighbours Algorithm,
and the recommendations are shown in an interactive interface using Streamlit. This
system demonstrates the application of state-of-the-art techniques in computer
vision to real-world problems in the fashion industry.
2. Introduction
Background:
Objective:
Scope:
The prototype focuses on processing and recommending general fashion items like
shirts, dresses, and jackets. The system is designed for scalability to accommodate
larger datasets and more categories.
3. LITERATURE REVIEW:
Existing Systems:
4. Methodology
Framework: Streamlit.
Features:
o Image upload functionality.
o Display of recommendations in a grid format.
o Simple and user-friendly interface.
5. IMPLEMENTATIONS:
1. Feature Extraction:
img_array = image.img_to_array(img)
result = model.predict(preprocessed_img).flatten()
2. Recommendation Logic:
neighbors.fit(feature_list)
return indices
6. Results:
7. CONCLUSION: