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

MONAI Application Runner #10

Closed bhatt-piyush closed 3 years ago

bhatt-piyush commented 3 years ago

This PR adds the first draft of the MONAI Application Runner (MAR) specification.

This contains the description of what is a MAR, what MAR is intended to achieve, and an initial set of specifications.

This PR adds a draft of the MONAI Application Runner specification.

hshuaib90 commented 3 years ago

Is there an issue for this? If so can we link it please?

ristoh commented 3 years ago

@bhatt-piyush is this a component of the App SDK?

bhatt-piyush commented 3 years ago

@bhatt-piyush is this a component of the App SDK?

It is more of a design and implementation question -- The answer to your question is no, it is not part of the App SDK. We have been treating this as a separate module.

whoisj commented 3 years ago

@bhatt-piyush is this a component of the App SDK?

Yes, the Application Runner would be part of the MONAI Deploy Application SDK, but not part of the API + library set that's been discussed multiple times. No could would call into the Application Runner as an API or service. It's intended as a command line tool to enable the execution of built MAPs on a local workstation.

whoisj commented 3 years ago

@MMelQin your review is block merge of this PR, but it seems your issues have been address. Could you please re-review and approve if possible? Thanks.