https://github.com/codediodeio/rembg-webapp-tutorial
a simple webapp with rembg
https://github.com/codediodeio/rembg-webapp-tutorial
Last synced: 3 months ago
JSON representation
a simple webapp with rembg
- Host: GitHub
- URL: https://github.com/codediodeio/rembg-webapp-tutorial
- Owner: codediodeio
- Created: 2024-03-15T22:48:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-18T09:48:54.000Z (11 months ago)
- Last Synced: 2025-03-28T15:48:28.875Z (3 months ago)
- Language: HTML
- Size: 1.95 KB
- Stars: 474
- Watchers: 6
- Forks: 156
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple flask app to remove the background of an image with [Rembg](https://github.com/danielgatis/rembg)
Watch the [tutorial](https://youtu.be/cw34KMPSt4k) on YouTube
## Run it
```
pip install -r requirements.txt
python app.py
```