Code/Data to LLM-Assisted Interpretation of Graphene Image Analysis in Serverless Workflows
Contributors
Researcher (3):
Description
«LLM-Assisted Interpretation of Graphene Image Analysis in Serverless Workflows»
Code and data artefact to WoAIS/DEBS 2026 paper
Preparation
-----------
- run local Ollama with the model qwen2.5:0.5b-instruct
- place microscopy images into the directory data/cv_annotations/ of the following format:
PNG image data, 907 x 907, 8-bit grayscale, non-interlaced
Running
-------
- follow the instructions from th ecompose file, with slight modification as follows:
docker compose -f docker-compose.eval.yml build
- to build the container image separately, use:
docker build -f Dockerfile.eval -t tdf --progress=plain .
The build process might take around 10 minutes with the optimisation of bypassing pip by installing system packages. It would otherwise take around 25 minutes due to the b
ehaviour of PyPI.
- run the experiments, e.g.:
docker compose -f docker-compose.eval.yml run --rm eval-handler python scripts/handler.py --strategy A
The output should be something like:
...
=== DESCRIPTOR DATASET SUMMARY ===
Total images: 3
...
✓ Results saved to /app/results/handler_output.json
(which is mapped to results/handler_output.json on the host)
Files
graphene-eval.zip
Files
(5.2 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:216725b449d2791c8c052e707d912405
|
5.2 MB | Preview Download |
Additional details
Funding
- Innosuisse – Swiss Innovation Agency
Dates
- Available
-
2026-05-15