Posts about hashing

dresspixelated.jpg
Determining how similar two images are with Python + Perceptual Hashing

Years ago I had an app idea where users could upload an image of a fashion item like shoes, and it would identify them. In this post I will go over how I approached the problem using perceptual hashing in Python with Pillow and the imagehash library.

Read More