Skip to content

Commit 9af95e8

Browse files
committed
Update README.md for MONAI Deploy site
Signed-off-by: Gigon Bae <gbae@nvidia.com>
1 parent 54f54aa commit 9af95e8

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
<img src="https://raw.githubusercontent.com/Project-MONAI/MONAI/dev/docs/images/MONAI-logo-color.png" width="50%" alt='project-monai'>
33
</p>
44

5+
💡 If you want to know more about MONAI Deploy WG vision, overall structure, and guidelines, please read <https://github.com/Project-MONAI/monai-deploy> first.
6+
57
# MONAI Deploy App SDK
68

7-
MONAI Deploy App SDK offers a framework and associated tools to design, verify and analyze the performance of AI-driven applications in the healthcare domain.
9+
MONAI Deploy App SDK offers a framework and associated tools to design, develop and verify AI-driven applications in the healthcare imaging domain.
810

911
## Features
1012

11-
> _The codebase is currently under active development._
12-
13-
- Pythonic Framework for app development
14-
- A mechanism to locally run an app via App Runner
15-
- A lightweight app analytics module
16-
- A lightweight 2D/3D visualization module
17-
- A development console
18-
- A set of sample applications
19-
- API documentation & User's Guide
13+
- Build medical imaging inference applications using a flexible, extensible & usable Pythonic API
14+
- Easy management of inference applications via programmable Directed Acyclic Graphs (DAGs)
15+
- Built-in operators to load DICOM data to be ingested in an inference app
16+
- Out-of-the-box support for in-proc PyTorch based inference
17+
- Easy incorporation of MONAI based pre and post transformations in the inference application
18+
- Package inference application with a single command into a portable MONAI Application Package
19+
- Locally run and debug your inference application using App Runner
2020

2121
## Installation
2222

@@ -68,6 +68,8 @@ For guidance on making a contribution to MONAI Deploy App SDK, see the [contribu
6868

6969
## Community
7070

71+
To participate in the MONAI Deploy WG, please review <https://github.com/Project-MONAI/MONAI/wiki/Deploy-Working-Group>.
72+
7173
Join the conversation on Twitter [@ProjectMONAI](https://twitter.com/ProjectMONAI) or join our [Slack channel](https://forms.gle/QTxJq3hFictp31UM9).
7274

7375
Ask and answer questions over on [MONAI Deploy App SDK's GitHub Discussions tab](https://github.com/Project-MONAI/monai-deploy-app-sdk/discussions).

0 commit comments

Comments
 (0)