Skip to content

Commit

Permalink
Add doc for MONAI Deploy App Server
Browse files Browse the repository at this point in the history
  • Loading branch information
pritishnahar committed Jun 22, 2021
1 parent 7ea4fc3 commit ec60323
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions guidelines/MONAI-App-Server.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# MONAI Deploy Application Server Requirements

## Description
This is a proposal for the MONAI Deploy Working Group for the MONAI Deploy Application Server.

## Overview
As data scientists & app developers build AI models they need a way to deploy these apps in Production. MONAI Deploy Application Server will be used to deploy multiple MONAI applications. This proposal documents the requirements for MONAI Deploy Application Server.

## Goal
The goal for this proposal is to enlist, prioritize and provide clarity on the requirements for MONAI Deploy Application Server. Developers working on different software modules in MONAI Deploy Application Server SHALL use this specification as a guideline when designing and implementing software for the MONAI Deploy Application Server.

## Standard Language
This document SHALL follow the guidance of [rfc
2119](https://datatracker.ietf.org/doc/html/rfc2119) for terminology.

## MONAI Deploy Application Server Requirements

### Support for Specific MONAI workloads
The App Server should be able to support specific versions of MONAI workloads as defined in [MONAI Workloads](./MONAI-Workloads.md).

The App Server should be able to run specific MAP types as defined in [MONAI Application Package](./monai-application-package.md).

### Deployable on MONAI Operating Environments
MONAI Deploy Application Server SHALL run on MONAI Workstation environments as defined in [MONAI Operating Environments](./MONAI-Operating-Environments.md).

### Register and unregister MONAI applications
Application Server SHALL allow users to register and unregister MONAI applications.

### Associate input datasets with MONAI applications
Application Server SHALL allow users to associate input datasets with MONAI applications.

### Run MONAI applications with associated datasets
Application Server SHALL run MONAI applications with selected input dataset.

### Monitor MONAI application job progress, completion and failures
Application Server SHALL track MONAI application job progress, and detect completion and failures.

### Provision resources for applications
Application Server SHALL provision CPU, memory, and GPU resources for applications.

0 comments on commit ec60323

Please sign in to comment.