Posts about nearest-neighbors

main_graphic.jpg
Image Similarity with Python Part II: Nearest Neighbor Search

This is Part II of my post on image similarity in Python with perceptual hashing. In this post, we will use Spotify's Annoy library to perform nearest neighbors search on a collection of images to find similar images to a query image.

Read More