From 62e4c359c13ac6dc3ac4549459279d153f11b27d Mon Sep 17 00:00:00 2001 From: Martin Lindvall Date: Mon, 25 Nov 2024 14:32:14 +0100 Subject: [PATCH] add aidrbr attribution --- examples/python/ia_app_basic/README.md | 1 + examples/python/ia_wholeslide/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/python/ia_app_basic/README.md b/examples/python/ia_app_basic/README.md index 76b4352..906d3bc 100644 --- a/examples/python/ia_app_basic/README.md +++ b/examples/python/ia_app_basic/README.md @@ -17,6 +17,7 @@ For a more realistic implementation where WSI processing is done in longer-runni ![pcad_demo_2024-11-21_15-48-thumbnail](https://github.com/user-attachments/assets/51c2d8d6-a549-411a-bc56-38d866e80d60) +Screenshot shows an example patch gallery server side app in Sectra PACS. The featured slide is from the AIDA-DRBR dataset, see https://doi.org/10.23698/aida/drbr - used with permission. ### Development notes Uses a simple flask server for responding to IA-API requests and a requests-based client for outgoing communications with the IA-API.. diff --git a/examples/python/ia_wholeslide/README.md b/examples/python/ia_wholeslide/README.md index 64ae24e..5964303 100644 --- a/examples/python/ia_wholeslide/README.md +++ b/examples/python/ia_wholeslide/README.md @@ -7,6 +7,7 @@ The example consists of a `webserver.py` and workers started through `worker.py` ![Screenshot of app](https://github.com/user-attachments/assets/643ee890-26de-4662-962a-8b5f32625431) +Shreenshot showing the two app processes running and the in-progress message in Sectra PACS. The featured slide is from the AIDA-DRBR dataset, see https://doi.org/10.23698/aida/drbr - used with permission. ### Demo Application function The *webserver* implements the DPAT IA-API and will respond to user manually triggering analysis as well as automatic image notifications sent on image import.