You are on page 1of 10

FLASK IMAGE

SEARCH MADE BY-


Yogesh Kardam(08614802717)
Utkarsh Bisht(08014802717)
Guide Name:-Ms. Neelam Sharma(Assistant Lakshay Singh(35714802717)
Professor CSE)
Project Description

:-Adding a web interface to our image search engine with flask.


:-Flask Image Search is an extension for flask that makes it easy to add image searching to your flask
site.

Features:-
• Works with Flask-SQLAlchemy to make searching your database easy.
• Searching is fast
• The indexed images take up very little storage
• Database changes automatically update the image indexes

2
FIRST DEFENCE OVERVIEW

:-We've already built the search engine, we just need to transfer the relevant code to Flask.
:-Adding Backend Search route concepts.
:-Adding Frontend concepts and templates.

3
Architecture

Feature Extraction

4
Working

Put simply, we’ll focus on two routes/endpoints:


• The main route (‘/’): This route handles the main user interaction. Users can select an image
(which sends a POST request to the search route) and then displays the similar images.
• The search route (‘/search’): This route handles POST requests. It will take an image (name) and
then using the majority of the search engine code return similar images (URLs).

5
The Backend,Frontend
and flask Trio
1.Use of Backend:-Take an image and search for related images
2.Use of Frontend:-To update the structure and add user user
interaction.
Minor Project Result
Result!
Major Project Result

7
Conclusion and Future Steps
• Replacing the static CSV file with a relational database;

• Updating the overall user experience by allowing a user to upload an image, rather
than limiting the user to search only by the four images;

• Adding unit and integration tests;

• Deploying to Heroku.

8
References
Ground truth. (2013, October 22). In Wikipedia, the free encyclopedia. Retrieved from
http://en.wikipedia.org/w/index.php?title=Grou nd_truth&oldid=578297670 

A Literature Survey of Image Descriptors in Content Based Image Retrieval-Abdulrehman Ahmed


Mohamed, Dr. Cyrus Abanti Makori PhD, & John Kamau

Image Search Engine-Aditya Mishra, Ashish Kumar, Ayush Yadav, Aurangajeb Ansari, Nidhi
Gupta,Student, Dept. of Information Technology, Inderprastha Engineering College, UP, India
Asst. Professor, Dept. of Information Technology, Inderprastha Engineering College, UP, India

9
THANK YOU

You might also like