Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.9 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.9 KB

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