Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Integration of DEEPaaS API and litter assessment software for use case "aquatic litter drones" of iMagine project

License

Notifications You must be signed in to change notification settings

deephdc/UC-DFKI-NI-litter_assessment_service

 
 

Repository files navigation


The Repository is ARCHIVED!


litter_assessment_service

Build Status

Integration of DeepaaS API and litter assessment software

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

git clone https://github.com/DFKI-NI/litter_assessment_service
cd litter_assessment_service
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/DFKI-NI/DEEP-OC-litter_assessment_service.

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

About

Integration of DEEPaaS API and litter assessment software for use case "aquatic litter drones" of iMagine project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%