/rbg

Rbg is a simple flask website to remove images background by Rembg.

Primary LanguagePythonMIT LicenseMIT

Rbg

Lang License Issues

Rbg is a simple flask website to remove images background by Rembg.

Project Tree

.
├── app.py
├── LICENSE
├── __pycache__
│   └── app.cpython-310.pyc
├── README.md
├── requirements.txt
├── templates
│   └── index.html
├── .u2net                   # Download models to this folder by yourself
└── uploads                  # folder as `UPLOAD_FOLDER` folder in app.py

Installation

pip install -r requirements.txt

Models

You should download models to the .u2net folder by yourself.

The available models are:

Launch

flask run