AI Background Remover
Removes an image’s background using an on-device AI model (MODNet) — inference runs entirely in this browser tab.
First use downloads the AI model (~26 MB) from Hugging Face’s servers, once, then caches it in this browser (via the Cache API) for every use after that. Your image itself is never uploaded anywhere, at any point — only the model file comes from outside this browser tab. See this app’s ARCHITECTURE.md for the full reasoning.