Skip to content
/ rbg Public
forked from LucindeAI/rbg

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

License

Notifications You must be signed in to change notification settings

AlfredUFY/rbg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.7%
  • HTML 32.4%
  • Shell 0.9%