Skip to content

saadjs/unbg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unbg

A simple Flask app to remove background from images using rembg.

Development

Clone the repo

git clone git@github.com:saadjs/unbg.git
cd unbg

Create and activate virtual environment

# Create a new virtual environment
python -m venv venv

source venv/bin/activate

Install the required dependencies

pip install -r requirements.txt

To run the dev server

make dev

This will start the Flask dev server with debugging on http://0.0.0.0:8080.

About

Remove image backgrounds

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors