finds.dev← search

// the find

ProgrammingHero1/snap_dead

★ 414 · Python · updated Jan 2024

A toy face-filter script that drops PNG overlays (sunglasses, pirate hats, beards) onto detected faces using OpenCV and Haar cascades. It's a demo project, not a library — the entire thing is one file and a handful of PNGs.

The Haar cascade approach actually works offline with no GPU and no model download beyond what ships with OpenCV. Good as a minimal working example for face detection + affine overlay math. Low barrier to entry for anyone learning OpenCV for the first time.

Haar cascades are 2000s-era tech — they fail badly on non-frontal faces, poor lighting, and glasses. No requirements.txt or environment setup. Dead since January 2024, 29 forks and zero issues suggest nobody is building on it. This is a weekend tutorial project, not something you'd ship or reference in production.

View on GitHub →

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →