For a library for building diagnostic navigation flows, the first results are ohif/viewers, casia-lmc-lab/fastsam (FastSAM is a general-purpose image segmentation framework for computer vision, not a medical image viewer — it lacks DICOM support, multiplanar reconstruction, and 3D volume rendering needed for navigating CT or MRI scans) and facebookresearch/segment-anything. qubvel/segmentation_models is also worth a look. Compare the match explanations and check the project documentation against your requirements.
Find the best diagnostic navigation tools for your project. Compare top-rated open-source libraries by activity and features to find the best fit.
Viewers is a zero-footprint DICOMweb medical imaging viewer and a modular plugin framework. It serves as a diagnostic interface for rendering 2D and 3D medical images, providing a web-based clinical workflow engine to automate image layouts and toolsets. The project distinguishes itself through a highly extensible architecture that allows for the development of custom clinical workflows, specialized viewing modes, and the integration of external functional extensions. It includes a dedicated command line interface for managing these plugins and supports white-labeling through a comprehensive
OHIF Viewer is a zero-footprint DICOMweb medical imaging viewer that renders 2D and 3D images, supports DICOM, offers segmentation, measurements, and runs in any modern browser, making it a full-featured diagnostic tool exactly matching your need for navigating and visualizing CT, MRI, and other medical images.
FastSAM is an image segmentation framework that uses convolutional neural networks to isolate visual elements and generate masks for detectable objects within images. It provides a system for both automatic all-object segmentation and promptable image segmentation. The project utilizes an inference-optimized architecture to reduce computational overhead, enabling faster mask generation and real-time visual analysis. It supports the creation of precise masks through various prompt inputs, including points, bounding boxes, and text descriptions. The framework covers broader computer vision cap
FastSAM is a general-purpose image segmentation framework for computer vision, not a medical image viewer — it lacks DICOM support, multiplanar reconstruction, and 3D volume rendering needed for navigating CT or MRI scans.
This project provides a deep learning architecture designed to identify and isolate distinct objects within images by generating precise pixel-level masks. It functions as a browser-based inference engine, enabling the execution of complex machine learning models directly within web environments without requiring server-side processing. The system distinguishes itself by utilizing hardware-accelerated execution and parallel processing to achieve real-time segmentation speeds. It supports prompt-based mask decoding, allowing users to generate spatial masks by providing specific points or boxes
Segment Anything is a segmentation model and inference engine, not a medical image viewer or DICOM navigation tool—it lacks DICOM support, multiplanar reconstruction, and volume rendering, making it a component you might integrate rather than a standalone solution for the stated purpose.
This is an image segmentation framework and masking toolkit for constructing binary and multi-class neural network architectures. It serves as a deep learning encoder wrapper that integrates pre-trained convolutional neural network architectures into semantic segmentation models. The library enables the use of pre-trained backbones to isolate complex patterns and leverages transfer learning to accelerate training. It provides a collection of overlap-based loss functions and precision metrics specifically designed to evaluate and refine the accuracy of image masks. The toolkit covers the full
This repository is a deep learning toolkit for building semantic segmentation models, not a medical image viewer or DICOM navigation tool — it lacks the core capabilities for interactive visualization, multiplanar reconstruction, and DICOM file handling that this search requires.
| Repository | Stars | Language | License | Last push |
|---|---|---|---|---|
| ohif/viewers | 4K | TypeScript | mit | |
| casia-lmc-lab/fastsam | 8.4K | Python | AGPL-3.0 | |
| 54.4K |
| Jupyter Notebook |
| Apache-2.0 |
| qubvel/segmentation_models | 4.9K | Python | mit |