Skip to content

Conversation

@MMelQin
Copy link
Collaborator

@MMelQin MMelQin commented Sep 11, 2025

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

Signed-off-by: M Q <[email protected]>
@MMelQin MMelQin requested a review from Copilot September 11, 2025 00:20
Copy link
Contributor

Copilot AI left a 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.

@sonarqubecloud
Copy link

@MMelQin MMelQin requested a review from Copilot September 11, 2025 00:35
@MMelQin MMelQin merged commit da08e97 into main Sep 11, 2025
5 checks passed
Copy link
Contributor

Copilot AI left a 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.
Copy link

Copilot AI Sep 11, 2025

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.'

Suggested change
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.

Copilot uses AI. Check for mistakes.
@MMelQin MMelQin deleted the mq/add_readme branch November 5, 2025 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants