Skip to content

Integration of DEEPaaS API and litter assessment software

License

Notifications You must be signed in to change notification settings

elnazazmi/litter-assessment

This branch is 5 commits behind ai4os-hub/litter-assessment:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

255fdd1 · Nov 5, 2024
Jul 18, 2024
Aug 27, 2024
Oct 3, 2024
Jul 18, 2024
Oct 22, 2024
Oct 12, 2023
Oct 22, 2024
Oct 12, 2023
Oct 22, 2024
Jul 18, 2024
Jul 18, 2024
Oct 12, 2023
Jul 18, 2024
Nov 5, 2024
Oct 6, 2024
Jul 18, 2024
Oct 15, 2024
Oct 12, 2023
Aug 20, 2024

Repository files navigation

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/ai4os-hub/litter-assessment
cd litter-assessment
pip install -e .
deepaas-run --listen-ip 0.0.0.0

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`
│
├── pyproject.toml         <- 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.5%
  • Dockerfile 7.4%
  • Groovy 1.1%