Skip to content

Opening book details…

Can I read Deep Learning Image Search Engine on EtoBox?

Deep Learning Image Search Engine by Rajesh Bathula is a document available to read on EtoBox.

What is Deep Learning Image Search Engine about?

This document presents an image search engine built using deep learning. The model uses a CNN (VGG16) for feature extraction and Flask to build a local webpage interface. The CNN extracts features from images as NumPy arrays, which are stored locally. When a user inputs an image, the model searches for similar images by extracting features from the input and comparing to the stored features. VGG16 is pretrained on 1 million images to categorize images, and is used here for feature extraction. Flask provides

Author
Rajesh Bathula
Language
EN