Skip to content

Latest commit

 

History

History
 
 

reverse_image_search

Reverse Image Search

Image search is one of the core ideas behind many different technologies, from autonomous cars recognizing objects to iPhones recognizing the correct user. Here you will find how one can easily empower their vision programs using Milvus.

Try notebook

In this notebook we will be going over the code required to perform reverse image search. This example uses a ResNet model to extract image features that are then used with Milvus to build a system that can perform the searches.

How to Deploy

Here is the quick start for a deployable version of a reverse image search.

In addition, there is quick start about image similarity search with object detection.