@@ -18,6 +18,10 @@ MONAI Deploy App SDK offers a framework and associated tools to design, develop
18
18
- Package inference application with a single command into a portable MONAI Application Package
19
19
- Locally run and debug your inference application using App Runner
20
20
21
+ ## User Guide
22
+
23
+ User guide is available at [ docs.monai.io] ( https://docs.monai.io/projects/monai-deploy-app-sdk/en/latest/ ) .
24
+
21
25
## Installation
22
26
23
27
To install [ the current release] ( https://pypi.org/project/monai-deploy-app-sdk/ ) , you can simply run:
@@ -28,6 +32,8 @@ pip install monai-deploy-app-sdk # '--pre' to install a pre-release version.
28
32
29
33
## Getting Started
30
34
35
+ Getting started guide is available at [ here] ( https://docs.monai.io/projects/monai-deploy-app-sdk/en/latest/getting_started/index.html ) .
36
+
31
37
``` bash
32
38
pip install monai-deploy-app-sdk # '--pre' to install a pre-release version.
33
39
@@ -52,9 +58,32 @@ cp examples/apps/simple_imaging_app/brain_mr_input.jpg input/
52
58
monai-deploy run simple_app:latest input output
53
59
```
54
60
55
- [ Examples ] ( https://github.com/Project-MONAI/ monai-deploy-app-sdk/tree/main/examples ) and [ notebook tutorials ] ( https://github.com/Project-MONAI /monai-deploy-app-sdk/tree/main/notebooks ) are located at [ Project-MONAI/monai-deploy-app-sdk ] ( https://github.com/Project-MONAI/monai-deploy-app-sdk ) .
61
+ ### [ Tutorials ] ( https://docs. monai.io/projects /monai-deploy-app-sdk/en/latest/getting_started/tutorials/index.html )
56
62
57
- User guide is available at [ docs.monai.io] ( https://docs.monai.io/projects/monai-deploy-app-sdk/en/latest/ ) .
63
+ #### [ 1) Creating a simple image processing app] ( https://docs.monai.io/projects/monai-deploy-app-sdk/en/latest/getting_started/tutorials/01_simple_app.html )
64
+
65
+ #### [ 2) Creating MedNIST Classifier app] ( https://docs.monai.io/projects/monai-deploy-app-sdk/en/latest/getting_started/tutorials/02_mednist_app.html )
66
+
67
+ YouTube Video:
68
+
69
+ - [ MedNIST Classification Example] ( https://www.youtube.com/watch?v=WwjilJFHuU4 )
70
+
71
+ ### [ 3) Creating a Segmentation app] ( https://docs.monai.io/projects/monai-deploy-app-sdk/en/latest/getting_started/tutorials/03_segmentation_app.html )
72
+
73
+ YouTube Video:
74
+
75
+ - [ Spleen Organ Segmentation - Jupyter Notebook Tutorial] ( https://www.youtube.com/watch?v=cqDVxzYt9lY )
76
+ - [ Spleen Organ Segmentation - Deep Dive] ( https://www.youtube.com/watch?v=nivgfD4pwWE )
77
+
78
+ ### [ Examples] ( https://docs.monai.io/projects/monai-deploy-app-sdk/en/latest/getting_started/examples.html )
79
+
80
+ < https://github.com/Project-MONAI/monai-deploy-app-sdk/tree/main/examples/apps > has example apps that you can see.
81
+
82
+ - ai_spleen_seg_app
83
+ - ai_unetr_seg_app
84
+ - dicom_series_to_image_app
85
+ - mednist_classifier_monaideploy
86
+ - simple_imaging_app
58
87
59
88
## Contributing
60
89
0 commit comments