Project-MONAI / Project-MONAI/monai-deploy-app-sdk
connecting custom MONAI app package to OHIF
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 138
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
I have created a segmentation model as a MONAI application, and I want to connect it to OHIF as an extension. However, I’m not exactly sure what steps I need to take.
I’d really appreciate it if you could guide me.
p.s: my application has 4 operators and certainly an application class .py file and I have created a package using this command
"monai-deploy package my_app.py --tag seg_app:1.0 --model models/model --log-level DEBUG",
what should I do next?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the application class in my_app.py and the package command shown in the report, including the models/model path. Determine the required connection steps between the packaged MONAI application and an OHIF extension; done means the integration procedure is clear and the custom app can be connected successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ai
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100