|
2 | 2 | <img src="https://raw.githubusercontent.com/Project-MONAI/MONAI/dev/docs/images/MONAI-logo-color.png" width="50%" alt='project-monai'> |
3 | 3 | </p> |
4 | 4 |
|
| 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 | + |
5 | 7 | # MONAI Deploy App SDK |
6 | 8 |
|
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. |
8 | 10 |
|
9 | 11 | ## Features |
10 | 12 |
|
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 |
20 | 20 |
|
21 | 21 | ## Installation |
22 | 22 |
|
@@ -68,6 +68,8 @@ For guidance on making a contribution to MONAI Deploy App SDK, see the [contribu |
68 | 68 |
|
69 | 69 | ## Community |
70 | 70 |
|
| 71 | +To participate in the MONAI Deploy WG, please review <https://github.com/Project-MONAI/MONAI/wiki/Deploy-Working-Group>. |
| 72 | + |
71 | 73 | Join the conversation on Twitter [@ProjectMONAI](https://twitter.com/ProjectMONAI) or join our [Slack channel](https://forms.gle/QTxJq3hFictp31UM9). |
72 | 74 |
|
73 | 75 | 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