How face blur works
The tool uses a TinyFaceDetector neural network to locate all faces in the uploaded photo. Once detected, each face region is highlighted with a bounding box and selected for blurring by default. You choose between two blur modes — pixelation breaks the face area into large color blocks, while Gaussian blur smoothly obscures facial features. The intensity slider controls how aggressively the face is hidden. All processing happens on the HTML5 Canvas API entirely in your browser. For counting faces without blurring, use the Face Counter tool.