Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 262 Bytes

ReadMe.md

File metadata and controls

6 lines (5 loc) · 262 Bytes

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

Use the following commands to run on local:

  1. docker build -t remove_bg
  2. docker run -p 5100:5100 remove_bg
  3. access it at localhost:5100