Identify the species level of Plankton
Model
Published by
DEEP-Hybrid-DataCloud Consortium
Created:
- Updated:
Phytoplankton species classifier is an application to classify phytoplankton, features DEEPaaS API.
Provided by VLIZ (Flanders Marine Institute)
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-woutdecrop-DEEP-OC-phyto-plankton-classification
$ docker run -ti -p 5000:5000 deephdc/uc-woutdecrop-DEEP-OC-phyto-plankton-classification
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-woutdecrop-DEEP-OC-phyto-plankton-classification
(udocker) $ udocker create deephdc/uc-woutdecrop-DEEP-OC-phyto-plankton-classification
(udocker) $ udocker run -p 5000:5000 deephdc/uc-woutdecrop-DEEP-OC-phyto-plankton-classification
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.