Remove background from any images using AI
Fork or Clone this repo:
git clone https://github.com/george-mountain/ai-background-image-removal.git
Download the model by cloning its repo:
git clone https://huggingface.co/briaai/RMBG-1.4
Copy the model.pth file from RMBG-1.4 to the backend folder
use the Makefile commands to run the apps
- build the docker images:
make build
In case you do not have Make installed on your PC, you can as well use the command below to build the images:
docker compose up --build -d --remove-orphans
- run the docker containers
make up-v