Skip to content

c2p-cmd/rembg-fast-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title Remove Background
emoji 🏢
colorFrom green
colorTo pink
sdk docker
pinned false

This is a dockerized FastAPI app to remove background from images using rembg

How to run

git clone https://github.com/c2p-cmd/rembg-fast-api/
cd rembg-fast-api
docker build -t rembgapi .
docker run --rm -p 0.0.0.0:7860:7860 rembgapi

Then open http:localhost:7860/ in your browser and done!

Run with docker image directly

docker pull c2pcmd/remove_background_api
docker run --rm -p 0.0.0.0:7860:7860 c2pcmd/remove_background_api

Live Demo on 🤗 Spaces

About

Fast API for rembg model https://github.com/danielgatis/rembg

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors