Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 417 Bytes

README.MD

File metadata and controls

17 lines (11 loc) · 417 Bytes

Frontend for Rembg

This is frontend for the rembg python library to remove the background from images.

Written in Python using Flask, some HTML, CSS and Javascript.

Install

Tested on Python 3.11

pip install rembg flask

Usage

Start with flask --app main run

navigate in a browser to http://localhost:5000


Screenshot of the Application