Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timkoehne/rembg-frontend

This is frontend for the rembg python library to remove the background from images.
https://github.com/timkoehne/rembg-frontend

flask python rembg rembg-frontend

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# Frontend for Rembg
This is frontend for the [rembg](https://github.com/danielgatis/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](preview.png)