esimov/pigo
Pure Go face detection, pupil localization, and facial landmark points detection library using pixel intensity comparison-based object detection.

Velocity · 7d
+1.6
★ / day
Trend
→steady
star history
Pigo is a face detection and facial landmark detection library implemented entirely in Go without external ML dependencies. It is based on the Pixel Intensity Comparison-based Object Detection paper and provides rectangle and circle face markers along with pupil/eyes localization. The library compiles to WebAssembly for browser-based deployment and is designed as a lightweight alternative to OpenCV bindings.