media-processing / app
CutItOut
Capability: CutItOut
Use it when
- You need to remove backgrounds from product photos at full resolution without a watermark or per-image charge.
- The photos are private and must not be uploaded, so the removal model needs to run entirely in the browser.
What it solves
Not the fit when
- Not a programmatic batch API; it is an interactive browser editor for one image at a time. Requires WebAssembly-capable browser to run the U2-Net model.
- video background removal
- server-side batch image pipelines
- image generation or inpainting
Install
git clone https://github.com/Suvink/cut-it-out && cd cut-it-out && npm install
Invoke
npm run dev, open http://localhost:5173, and drop an image; npm run build produces a static bundle deployable to any static host
Alternatives
No reviewed alternatives recorded yet.