AI Background Remover
Live webcam or photo — AI segmentation pulls the foreground away from the background. Replace with a colour, your own image, a blur, or the Retro Dojo preset. Runs locally via MediaPipe.
How it works · browser support
Segmentation runs in your browser via MediaPipe Selfie Segmentation — a ~5 MB WebAssembly model that produces a per-pixel foreground mask. The page composites your foreground over the chosen background each frame at ~25-30 fps on a desktop, ~10-20 fps on phones.
Two model modes: Landscape (faster, optimised for selfie / chest-up shots) and General (slower, handles full-body and odd compositions better).
Webcam works in Chrome, Edge, Firefox, Safari, and most mobile browsers — first run prompts for camera permission. Photo mode works everywhere with no permission. Recording uses canvas.captureStream → MediaRecorder → WebM.