A simple PyQt6 GUI for rembg, a tool to remove image backgrounds.
You can run the Python script directly with uv:
uv run gui.pyThe inline dependencies use rembg[cpu]. That is the portable default. If
you want CUDA, create your own environment with rembg[gpu] after your
ONNX Runtime GPU stack is working.
In addition to the Python script, there is a C++/QtWidgets port in src_cpp/. You can download the binary releases from the releases page.
This package is a slight modification of Two Image Synchronous Scrolling GitHub gist by acbetter
