Integration of DeepaaS API and litter assessment software
Model
Published by
DEEP-Hybrid-DataCloud Consortium
Created:
- Updated:
litter_assessment_service is an application using the DEEPaaS API.
Write additional information for your users (how to predict, how to retrain, dataset description, training description, etc).
You can test and execute this module in various ways.
You can run this module directly on your computer, assuming that you have Docker installed, by following these steps:
$ docker pull deephdc/uc-cleluschko-deep-oc-litter_assessment_service
$ docker run -ti -p 5000:5000 deephdc/uc-cleluschko-deep-oc-litter_assessment_service
If you do not have Docker available or you do not want to install it, you can use udocker within a Python virtualenv:
$ virtualenv udocker
$ source udocker/bin/activate
(udocker) $ pip install udocker
(udocker) $ udocker pull deephdc/uc-cleluschko-deep-oc-litter_assessment_service
(udocker) $ udocker create deephdc/uc-cleluschko-deep-oc-litter_assessment_service
(udocker) $ udocker run -p 5000:5000 deephdc/uc-cleluschko-deep-oc-litter_assessment_service
In either case, once the module is running, point your browser to
http://127.0.0.1:5000/
and you will see the API
documentation, where you can test the module functionality, as well as
perform other actions (such as training).
For more information, refer to the user documentation.