A simple Flask app to remove background from images using rembg.
Clone the repo
git clone git@github.com:saadjs/unbg.git
cd unbgCreate and activate virtual environment
# Create a new virtual environment
python -m venv venv
source venv/bin/activateInstall the required dependencies
pip install -r requirements.txtTo run the dev server
make devThis will start the Flask dev server with debugging on http://0.0.0.0:8080.