Skip to content

sahilgupta757/remove_bg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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