Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 1.56 KB

README.md

File metadata and controls

34 lines (31 loc) · 1.56 KB

emzo_azores_instance_segmentation

Build Status

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

To launch it, first install the package then run deepaas:

git clone https://github.com/jmbIFR/DEEP-OC-marine_species_seg
cd marine_species_seg
pip install -e .
deepaas-run --listen-ip 0.0.0.0

The associated Docker container for this module can be found in https://github.com/jmbIFR/DEEP-OC-marine_species_seg

Project structure

├── LICENSE                <- License file
│
├── README.md              <- The top-level README for developers using this project.
│
├── requirements.txt       <- The requirements file for reproducing the analysis environment, e.g.
│                             generated with `pip freeze > requirements.txt`
│
├── setup.py, setup.cfg    <- makes project pip installable (pip install -e .) so
│                             marine_species_seg can be imported
│
├── marine_species_seg    <- Source code for use in this project.
│   │
│   ├── __init__.py        <- Makes marine_species_seg a Python module
│   │
│   └── api.py             <- Main script for the integration with DEEP API
│
└── Jenkinsfile            <- Describes basic Jenkins CI/CD pipeline