Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 353 Bytes

File metadata and controls

17 lines (12 loc) · 353 Bytes

A simple flask app to remove the background of an image with Rembg

Watch the tutorial on YouTube

Run it

pip install -r requirements.txt
gunicorn -c gunicorn.conf.py app:app

Run using docker

docker build -t someName .
docker run -it -p 5100:5100 someName