feat: deliver end-to-end research imaging workbench - #176
Merged
Merged
Conversation
|
Navigate logical layers of code changes, visualize relationships, and explore their blast radius. Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The browser wizard previously ended at a
501 Not Implementedresponse. This PR connects it to a complete local research workflow: upload DICOM data, select a study, run an analysis in the background, inspect slices and findings, review results, and download reports.It also fixes data-processing issues that could mix series, misorder slices, omit later series from vision analysis, or discard processing warnings. The implementation is a coordinated workbench upgrade spanning the pipeline, API, UI, provider integrations and deployment documentation.
Fixes #157. Related: #61, #25, #57, #58, #18, #54.
Changes
Testing
The optional real-Torch batch-invariance test was skipped locally because Torch is absent. Docker image builds, hosted CI, live cloud/local vision-model inference and clinical evaluation were not run locally.
Additional Notes
--pixels-reviewedin the CLI) in addition to transmission consent. Metadata scrubbing/OCR do not guarantee anonymous pixels or free text.MEDCHECK_STATE_DIR; users must explicitly delete retained data. Completed results survive restart; interrupted jobs must be rerun.See
docs/workbench.md,docs/evaluation.mdandCHANGELOG.mdfor usage, configuration and limitations.Summary by CodeRabbit
New Features
Bug Fixes
Documentation