We’ve talked a lot about MedRouter — the web-based tool that lets you run AI models for medical image segmentation on CT and MRI scans.
But what if you want to use it directly inside 3D Slicer?
Now you can.
Seamless Segmentation from Slicer to MedRouter
You can upload and segment your scan right from 3D Slicer by pasting a simple Python snippet into the built-in interpreter.
Here’s what happens:
- You load your scan in 3D Slicer
- Run the Python snippet
- Your scan is automatically sent to MedRouter
- The segmentation results are downloaded and overlaid directly on the scan in Slicer
- No coding setup
- No manual file transfers
- Just paste and run
Try It Now
We’re still finalizing the official integration guide, but you can already test it with the resources below:
🔹 Code snippet
🔹 Developer guide
Give it a try and let us know what you think!