Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 1.62 KB

File metadata and controls

34 lines (31 loc) · 1.62 KB

multi_plankton_separation

Build Status

Automatic separation of objects in images containing multiple plankton organisms

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

git clone https://github.com/emmaamblard/multi_plankton_separation
cd multi_plankton_separation
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/emmaamblard/DEEP-OC-multi_plankton_separation.

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
│                             multi_plankton_separation can be imported
│
├── multi_plankton_separation    <- Source code for use in this project.
│   │
│   ├── __init__.py        <- Makes multi_plankton_separation a Python module
│   │
│   └── api.py             <- Main script for the integration with DEEP API
│
└── Jenkinsfile            <- Describes basic Jenkins CI/CD pipeline