Files
rembg-webapp/README.md
2024-10-20 02:23:29 +02:00

10 lines
235 B
Markdown

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
```