Skip to content
/ rbg Public

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

License

Notifications You must be signed in to change notification settings

LucindeAI/rbg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published