You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/quickstart.rst
+26-5Lines changed: 26 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,26 @@
15
15
Quickstart
16
16
===========
17
17
18
+
MONAI Label provides several end-to-end (E2E) tutorials for quickstart of sample apps, 3rd part viewer setup, plugin installation, and datastore.
19
+
The E2E tutorials include basic functions of MONAI Label, such as auto-segmentation, active learning. Users can try monailabel server within the notebooks with these tutorials.
20
+
For full experience, it's recommended for users to start monailabel server in local host machines.
21
+
22
+
Hone pagae of `MONAI Label Tutorials <https://github.com/Project-MONAI/tutorials/tree/main/monailabel>`_
23
+
24
+
25
+
- **Radiology App**:
26
+
- `MONAILabel: HelloWorld <https://github.com/Project-MONAI/tutorials/blob/main/monailabel/monailabel_HelloWorld_radiology_3dslicer.ipynb>`_: Spleen segmentation with 3D Slicer setups.
27
+
- `MONAILabel: Web-based OHIF Viewer and Orthanc DICOM-web <https://github.com/Project-MONAI/tutorials/blob/main/monailabel/monailabel_radiology_spleen_segmentation_OHIF.ipynb>`_: OHIF and Orthanc DICOM-web server setup and installation.
28
+
- **MONAIBUNDLE App**:
29
+
- `MONAILabel: Pancreas Tumor Segmentation with 3D Slicer <https://github.com/Project-MONAI/tutorials/blob/main/monailabel/monailabel_pancreas_tumor_segmentation_3DSlicer.ipynb>`_: Pancreas and tumor segmentation with CT scans in 3D Slicer.
30
+
- `MONAILabel: Multi-organ Segmentation with 3D Slicer <https://github.com/Project-MONAI/tutorials/blob/main/monailabel/monailabel_monaibundle_3dslicer_multiorgan_seg.ipynb>`_: Multi-organ segmentation with CT scans in 3D Slicer.
31
+
- **Pathology App**:
32
+
- `MONAILabel: Nuclei Segmentation with QuPath <https://github.com/Project-MONAI/tutorials/blob/main/monailabel/monailabel_pathology_nuclei_segmentation_QuPath.ipynb>`_ Nuclei segmentation with QuPath setup and Nuclick models.
33
+
- **Endoscopy App**:
34
+
- `MONAILabel: Tooltracking with CVAT <https://github.com/Project-MONAI/tutorials/blob/main/monailabel/monailabel_endoscopy_cvat_tooltracking.ipynb>`_: Surgical tool segmentation with CVAT/Nuclio setup.
35
+
36
+
In this page, users can follow some quick command lines for Radiology and monaibundle app.
37
+
18
38
Start Using MONAI Label with Sample Apps:
19
39
20
40
1. `Tutorial 1 - Radiology`_
@@ -251,7 +271,7 @@ If you do not have access to DICOM data to upload to the DICOM server you can co
0 commit comments