This commit is contained in:
2024-10-20 02:23:29 +02:00
commit 884410d952
17 changed files with 591 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
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
```