-
Notifications
You must be signed in to change notification settings - Fork 64
Add README to the remote inference example app #553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: M Q <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <[email protected]> Signed-off-by: Ming M Qin <[email protected]>
Co-authored-by: Copilot <[email protected]> Signed-off-by: Ming M Qin <[email protected]>
Co-authored-by: Copilot <[email protected]> Signed-off-by: Ming M Qin <[email protected]>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
Copilot
AI
Sep 11, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[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