|
1 | | -# MONAI Deploy Lite |
| 1 | +# MONAI Deploy Express |
2 | 2 |
|
3 | 3 | **This is NOT recommended for production environments** |
4 | 4 |
|
5 | 5 | As described in the [MONAI Operating Environments guideline](https://github.com/Project-MONAI/monai-deploy/blob/main/guidelines/MONAI-Operating-Environments.md), the journey from development to production usually requires multiple steps across different environments, operated by different teams and with different requirements. |
6 | 6 |
|
7 | | -MONAI Deploy Lite is designed to facilitate the testing and validation of MAPs in the early stages of this pipeline (i.e. workstation environment), where ease of use and time to get started are most important. |
| 7 | +MONAI Deploy Express is designed to facilitate the testing and validation of MAPs in the early stages of this pipeline (i.e. workstation environment), where ease of use and time to get started are most important. |
8 | 8 |
|
9 | | -Users of MONAI Deploy Lite will be able to run their MAPs, connected to a test PACS, or their own test/research PACS, for further validation, confidently taking steps towards production. |
| 9 | +Users of MONAI Deploy Express will be able to run their MAPs, connected to a test PACS, or their own test/research PACS, for further validation, confidently taking steps towards production. |
10 | 10 |
|
11 | 11 | Reusing the same essential core services for DICOM I/O and AI workflow orchestration provides the same functionality and consistent experience independently of where and how the applications are run, with minimal changes for the end user. |
12 | 12 |
|
@@ -40,7 +40,7 @@ Reusing the same essential core services for DICOM I/O and AI workflow orchestra |
40 | 40 |
|
41 | 41 | ## Installation |
42 | 42 |
|
43 | | -To use MONAI Deploy Lite, install all prerequisites & download this entire directory from [GitHub](https://github.com/Project-MONAI/monai-deploy/tree/main/docker-compose/deploy/docker-compos). |
| 43 | +To use MONAI Deploy Express, install all prerequisites & download this entire directory from [GitHub](https://github.com/Project-MONAI/monai-deploy/tree/main/docker-compose/deploy/docker-compos). |
44 | 44 |
|
45 | 45 | ## Start/Stop the Services |
46 | 46 |
|
@@ -76,7 +76,7 @@ The first time calling `docker compose up` may take longer as it needs to pull a |
76 | 76 | | Orthanc UI (optional) | http://localhost:8042 | http://172.29.0.100:8042 | |
77 | 77 | | Orthanc SCP (optional) | 4242 | 4242 | |
78 | 78 |
|
79 | | -*Note: Orthanc is included for convenience and to demo end-to-end workflow execution. It may be disabled and have MONAI Deploy Lite integrated with external Orthanc, PACS or other DICOM devices.* |
| 79 | +*Note: Orthanc is included for convenience and to demo end-to-end workflow execution. It may be disabled and have MONAI Deploy Express integrated with external Orthanc, PACS or other DICOM devices.* |
80 | 80 |
|
81 | 81 | *Note: The `172.29.0.0/16` subnet is for container communication. If the subnet is not available, please refer to the [Advanced Configuration](#advanced-configuration) on how to update the subnet.* |
82 | 82 |
|
@@ -261,7 +261,7 @@ In this example, the [Chest CT dataset](https://drive.google.com/file/d/1IGXUgZ7 |
261 | 261 | - If you are using your DICOM dataset, please remove the router task or modify the routing conditions to meet your needs. |
262 | 262 | - If all four sample workflow definitions are registered, and one of the provided DICOM studies is sent, then three workflows are executed. For example, the Chest CT dataset would trigger three workflows: `Hello World`, `AI Lung MAP`, and the `AI Lung + Liver MAP`. |
263 | 263 | - If your system is running low on storage space, look into `.md/` directory. With the default configuration (in `.dev`), data uploaded to Orthanc can be found in `.md/orthanc/`. Data sent for workflow processing can be found in `.md/minio/`. |
264 | | -- MONAI Deploy Lite includes MinIO as the default storage service and RabbitMQ as the default message broker service. To use different service providers, refer to these [instructions](./plug-ins/README.md). |
| 264 | +- MONAI Deploy Express includes MinIO as the default storage service and RabbitMQ as the default message broker service. To use different service providers, refer to these [instructions](./plug-ins/README.md). |
265 | 265 | - Changes to the AE Titles, IPs, or port numbers require deleting the `.md/mdig/` directory. |
266 | 266 | - The `configs/config-ig.sh` script configures the listening AE Title and configures Orthanc as a DICOM source & DICOM destination. Avoid using `ORTHANC` as the name of the source & destination as the script resets them to the bundled Orthanc setup. |
267 | 267 |
|
|
0 commit comments