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

Latest commit

 

History

History
39 lines (35 loc) · 1.7 KB

File metadata and controls

39 lines (35 loc) · 1.7 KB

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