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 @sureshr/reverse-image-search-c4823b99de10">blog.