marine_species_seg

WIP Identification of marine species from EMSO Azores deep-sea obervatory


Model

Published by DEEP-Hybrid-DataCloud Consortium
Created: - Updated:

Model Description

Build Status

marine_species_seg is an application using the DEEPaaS API.

Write additional information for your users (how to predict, how to retrain, dataset description, training description, etc).

Test this module

You can test and execute this module in various ways.

Excecute locally on your computer using Docker

You can run this module directly on your computer, assuming that you have Docker installed, by following these steps:

$ docker pull deephdc/uc-jmbifr-deep-oc-marine_species_seg
$ docker run -ti -p 5000:5000 deephdc/uc-jmbifr-deep-oc-marine_species_seg

Execute on your computer using udocker

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-jmbifr-deep-oc-marine_species_seg
(udocker) $ udocker create deephdc/uc-jmbifr-deep-oc-marine_species_seg
(udocker) $ udocker run -p 5000:5000  deephdc/uc-jmbifr-deep-oc-marine_species_seg

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.

Categories

docker, vo.imagine-ai.eu, api-v2

License

License: MIT

Get the code

Github Docker Hub