Self-hosted withoutBG background removal web app + API (CPU, open weights v3).
8.2K
Self-hosted withoutBG background removal web app with built-in API. Upload images in the browser, remove backgrounds with the open weights v3 ONNX model — no GPU required.
docker run --rm -p 8080:8080 withoutbg/withoutbg-openweights-v3-app-cpu:latest
Open http://localhost:8080 in your browser.
The bundled API is available at http://localhost:8080/api (proxied to the internal FastAPI service).
Published for linux/amd64 and linux/arm64. Docker pulls the matching architecture automatically (Intel/AMD, Apple Silicon, AWS Graviton, etc.).
/api/v1/remove-background)/health| Image | Use case |
|---|---|
withoutbg/withoutbg-openweights-v3-app-gpu | Same app, GPU acceleration |
withoutbg/withoutbg-openweights-v3-service-cpu | API only (CPU) |
withoutbg/withoutbg-openweights-v3-service-gpu | API only (GPU) |
Content type
Image
Digest
sha256:f02949b5e…
Size
934.8 MB
Last updated
about 2 months ago
docker pull withoutbg/withoutbg-openweights-v3-app-cpu