Add README to the remote inference example app#553
Conversation
Signed-off-by: M Q <mingmelvinq@nvidia.com>
There was a problem hiding this comment.
Pull Request Overview
This PR adds comprehensive documentation for the AI remote inference example application, specifically for spleen segmentation using Triton Inference Server. The README provides detailed guidance on how to use MONAI Deploy SDK with remote inference capabilities.
- Adds a complete README.md file documenting the remote inference example application
- Documents Triton server integration patterns and API compatibility between local and remote inference
- Provides setup instructions, configuration details, and usage examples for the spleen segmentation app
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Ming M Qin <38891913+MMelQin@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Ming M Qin <38891913+MMelQin@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Ming M Qin <38891913+MMelQin@users.noreply.github.com>
|
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| models_client_side/spleen_ct/config.pbtxt | ||
| ``` | ||
|
|
||
| The path to `models_client_side` is the model path for the application while `spleen_ct` is the folder of the named model with the folder name matching the model name. The model name in the `config.pbtxt` file is therefore intentionally omitted. |
There was a problem hiding this comment.
[nitpick] The sentence structure is unclear. Consider revising to: 'The path to models_client_side serves as the model path for the application, while spleen_ct is the named model folder with its name matching the model name. Therefore, the model name is intentionally omitted from the config.pbtxt file.'
| The path to `models_client_side` is the model path for the application while `spleen_ct` is the folder of the named model with the folder name matching the model name. The model name in the `config.pbtxt` file is therefore intentionally omitted. | |
| The path to `models_client_side` serves as the model path for the application, while `spleen_ct` is the named model folder with its name matching the model name. Therefore, the model name is intentionally omitted from the `config.pbtxt` file. |



This PR adds comprehensive documentation for the AI remote inference example application, specifically for spleen segmentation using Triton Inference Server. The README provides detailed guidance on how to use MONAI Deploy SDK with remote inference capabilities.
Adds a complete README.md file documenting the remote inference example application
Documents Triton server integration patterns and API compatibility between local and remote inference
Provides setup instructions, configuration details, and usage examples for the spleen segmentation app