Skip to content

Deeplearing based Reverse Image Search using Annoy library

Notifications You must be signed in to change notification settings

surya501/reverse-image-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reverse Image Search

Deeplearing based Reverse Image Search using Annoy library

Finding visual content with semantic meaning is a very important task. It has applications in the field of e-commerce(using camera to shop for a similar furniture), recommendation systems (like PinSage @ Pinterest or discover weekly @ Spotify). In this notebook, I use Annoy to build a rudimentary Reverse Image search system using deep learning. In this system, a sample image formulates a image query. You can find some of the results below and a detailed explanation in the accompanying blog.

Experimental Results:

Each model is in a column of its own. Query image is the first row the subsequent rows are nearest neighbors for each model

Usain Bolt

Rocket Launch

Paul Walker

Ensemble Results:

Query image is the first row the subsequent rows are nearest neighbors based on ensemble of all models

ensemble

Releases

No releases published

Packages

No packages published