imghash
rad:zuVraJDpbuAgmUXFo4gFP6mDK4fB
Visibility
public
Delegates
did:key:z6MkvGytBYjSqWAzTQwiWnNHkRxBM3zvyvvFRCprxHzoZEj9
Default branch
main → 57cf1777294e9c652ea46587d361d4d9849f7315 (Tue Jan 13 20:11:19 2026)
Threshold
1
README.md
# Facematch
Seeing how facecheck.id is no longer working (you need to pay), I figured the best other option is to compare images between sites for biometric purposes.
Also use this guide as well [OPSEC OSINT Tools](https://github.com/airborne-commando/OPSEC-OSINT-Tools)
***Requirenents***
* A GPU
* Python 3+ / pip
* cmake
# Install
python3.10 -m venv venv &&
source venv/bin/activate /
pip3 install git+https://github.com/ageitgey/face_recognition_models &&
pip3 install --upgrade pip setuptools wheel &&
pip3 install dlib numpy pillow requests face_recognition beautifulsoup4 tldextract fake-useragent
Or with requirements.txt
python3.10 -m venv venv && source venv/bin/activate && pip3 install -r requirements.txt
to run simply edit the python file lines with the found images:
target = "https://imageio.forbes.com/specials-images/imageserve/66f5b8cbf6d5e9f3f3703478/1x1-Gabe-Newell-credit-Edge-Magazine-getty-images/0x0.jpg?format=jpg&height=1080&width=1080"
candidates = [
"https://static.wikia.nocookie.net/half-life/images/6/62/Gaben.jpg/revision/latest/scale-to-width-down/1200?cb=20200126040848&path-prefix=en",
"https://sm.ign.com/ign_nordic/news/v/valve-boss/valve-boss-gabe-newell-says-hes-been-retired-in-a-sense-for_n2vz.jpg"
]
Then run hash.py >> hashes.txt
May also use `hash_advanced.py`
Simply run `hash_advanced.py` and follow the prompts.
Feel free to conribute and fork for the web-list directly into the python script so it may use all the sites, excluding API's perhaps?
Also note that there can be false positives so don't use this alone and that some sites may not work for some reason (onlyfans) when extracting a face from a user.