it is now maintained in https://github.com/ai4os-hub/litter-assessment
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.
├── 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