Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/timkoehne/rembg-frontend
- Owner: timkoehne
- License: mit
- Created: 2023-12-13T23:35:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-23T19:07:05.000Z (12 months ago)
- Last Synced: 2024-01-23T20:28:39.233Z (12 months ago)
- Topics: flask, python, rembg, rembg-frontend
- Language: HTML
- Homepage:
- Size: 345 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
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)