Simple self hosted remove.bg alternative using Rembg.
docker run -dt -p 5100:5100 ninjayubaraj/rmbg:latestgit clone https://github.com/Ninja-Yubaraj/rmbg.git
cd rmbg
pip install -r requirements.txt
python3 app.py Then open your browser at
http://127.0.0.1:5100(or as indicated) and try uploading an image.
git clone https://github.com/Ninja-Yubaraj/rmbg.git
cd rmbg
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 app.py-
Build the image:
docker build -t rmbg . -
Run the container:
docker run -dt -p 5100:5100 rmbg
-
Visit
http://localhost:5100in your browser.
- Open Source & Self Hosted.
- Very lightweight and minimal overhead.
- Easily extendable — add extra filters, integrate into larger workflows, build an API, etc.
- Nothing, it already works just as intended.
- Updates