image-hashing
There are 44 repositories under image-hashing topic.
JohannesBuchner/imagehash
A Python Perceptual Image Hashing Module
facebook/ThreatExchange
Trust & Safety tools for working together to fight digital harms.
mlampros/OpenImageR
Image processing Toolkit in R
sapientpro/image-comparator
Compare images using PHP
KDJDEV/imagehash-reverse-image-search-tutorial
A tutorial explaining how to create a reverse image search using the Python imagehash library and PostgreSQL.
NolanAmblard/Pokemon-Card-Scanner
A Pokemon card scanner that uses OpenCV to detect the cards and a MySQL database to determine which card the scan is.
mattpodolak/duplicate-img-detection
A basic duplicate image detection service using perceptual image hash functions and nearest neighbor search, implemented using faiss, fastapi, and imagehash
nickgaya/rededup
A web extension to hide duplicate posts on pre-redesign Reddit.
TreezzZ/SH_PyTorch
Source code for paper "Spectral Hashing" on NIPS-2009
vitali-fedulov/imagehash2
Fast image similarity search with hash tables (Golang). Version 2 (LATEST)
DerEffi/image-comparison
App for comparing large numbers of images within or between directories for duplicates and similarities.
asxez/ImageMagic
简洁的Python图像(包括但不限于)处理库,OCR功能,图片处理,图像哈希值计算等等图片相关功能
sapientpro/image-comparator-laravel
Compare images using Laravel
Ghost---Shadow/near-duplicate-image-detector
CUDA implementation of some perceptual hashing algorithms
johnbumgarner/facial_similarities
This repository provides various Python methods for performing image comparisons/similarities between multiple images.
Naranbataar/Aspect
Perceptual image comparison
Anant-mishra1729/Hash-hunt
Reverse image search engine using Perpetual and Differential image hashing
ArunAniyan/siamese
Find duplicate images using hash keys
mattpodolak/advhash
Adversarial collision attacks on perceptual hashing functions
e43b/Image-Comparison
This project provides a tool to compare two images using various similarity metrics, including histograms, structural similarity index (SSIM), mean squared error (MSE), mean absolute error (MAE), feature matching, and image hashing.
lannguyen0910/image-deep-hash
Image Deep Hash with CNN models
takebayashi/imagehash-rs
A image hashing library
aastopher/imgdd
Performance-first perceptual hashing library; perfect for handling large datasets. Designed to quickly process nested folder structures, commonly found in image datasets.
vitali-fedulov/imagehash
Fast image similarity search with hash tables (Golang). Version 1
YannickAlex07/imghash-rs
Image Hashing for Rust
akamhy/dhashpy
Row-wise gradient dHash algorithm implementation.
blackmonk13/similar_images
a Python command-line tool that identifies and groups similar images using average hashing. It supports single-level and recursive directory scanning, adjustable similarity threshold, and presents results in JSON format. Ideal for image deduplication, organization, and content-based retrieval tasks.
galactixx/imagehash
ImageHash is a Zig package for generating robust image fingerprints using four popular algorithms: average (ahash), difference (dhash), perceptual (phash), and wavelet (whash) hashing.
leoantony72/image-similarity
Image similarity detection using wavelet hashing algorithm
PTHARRISH/Django-Auth-Image-Detection
Developed a secure and flexible authentication system featuring both traditional and modern login options, paired with a React (Vite) frontend for a seamless user experience. Integrated intelligent image duplicate detection to identify visually similar images even if filenames differ.
vaibhavhrt/dart_imagehash
A Dart package for perceptual image hashing
rudolphos/ImageHash
Like VisiPics, but faster. Uses DHash to detect identical, near-identical, similar images, including cropped or different-resolution versions.