├── README.md ├── background_removal.py ├── requirements.txt ├── roro.yml └── test.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rorodata/background-removal/HEAD/README.md -------------------------------------------------------------------------------- /background_removal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rorodata/background-removal/HEAD/background_removal.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | gunicorn 2 | flask 3 | pillow 4 | Jinja2 5 | Werkzeug 6 | -------------------------------------------------------------------------------- /roro.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rorodata/background-removal/HEAD/roro.yml -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rorodata/background-removal/HEAD/test.py --------------------------------------------------------------------------------