Project-MONAI / monai-deploy

MONAI Deploy aims to become the de-facto standard for developing, packaging, testing, deploying and running medical AI applications in clinical production.
Apache License 2.0
97 stars 22 forks source link

[FEA] Support for IHE AIW-I Task Performer #85

Open IntegratorBrad opened 2 years ago

IntegratorBrad commented 2 years ago

IHE AIW-I defines the workflow for running AI applications in production using a "ticketing" process, based in an interoperable DICOMweb technology called UPS-RS. See https://www.ihe.net/uploadedFiles/Documents/Radiology/IHE_RAD_Suppl_AIW-I.pdf

It would be ideal to have a service within MONAI Deploy to function as the "Task Performer", to either be notified (via WebSocket) or through polling of a job to be done, claim the job, process the job and send the results, and mark the job as complete.

I have created and tested a module that could potentially be integrated into a MONAI Deploy service, happy to share if it's helpful!