Machine Learning application remove background from an image. Built to demo rorolite.
Edit the rorolite.yml and set the host
and user
.
Provision the server to install all required software.
$ rorolite provision
Deploy the application and all the services.
$ rorolite deploy
...
Services are live at:
api -- http://rorolite.do.rorodata.net:8080/
You the firefly client to access the API. See test.py for more details.
The background removal model was built by Alon Burg and Gidi Superber. This app uses the model built by them. You can find more about their work from their medium post or github repo.