qalarc.com / projects / volkus-scan
Volkus Scan — On-Device Demographic Demo
The volkus.net model stack running in your browser: MediaPipe FaceMesh + four ONNX models estimate age, gender, ethnicity and skin tone live from your webcam. No frame ever leaves the device.
A transparent demo of the face-analysis pipeline that powers volkus.net. Click start, and MediaPipe FaceMesh finds your face; 224×224 crops feed four ONNX models (race, gender, age regression, and a fused age model conditioned on the demographic one-hot) through onnxruntime-web's WASM backend, rolling-averaged over a 10-second scan. You see everything the models see: the live probability distributions, the age estimate, the skin-tone classification from forehead sampling — and the honest error bars. The page makes zero network calls after model load; the ~35MB of models are served same-origin and cached.
Capabilities
Live webcam scan with face-oval overlay
Four ONNX models: race, gender, age regression, fused age
Full 7-class probability distributions shown honestly
Skin-tone (Fitzpatrick/ITA) classification from forehead sampling
10-second rolling average at 2 inferences/sec
100% client-side — zero network calls after model load
Tags
Status: demo · First built: 2026-08-25 · Last updated: 2026-08-25