ImageCLASP (Image Content Linking with AI and Supervised Processing) is a medical imaging platform for managing MRI data and extracting clinically relevant biomarkers using AI driven analysis pipelines.
The platform is designed to support federated analysis workflows, enabling hospitals and research institutions to perform statistical analysis without transferring sensitive imaging data outside institutional infrastructure.
- MRI data management and organization
- AI based biomarker extraction
- Local data storage for privacy preserving research
- Integration with Orthanc PACS server
- Clinical and research-oriented imaging pipelines
ImageCLASP is distributed as a standalone Windows .exe installer.
The installer includes:
- ImageCLASP
- Orthanc installation and configuration
- Windows 10 or later
- Administrative privileges for installation
- Recommended: NVIDIA GPU for accelerated AI processing
- Linux recommended
- Python 3.13
- Orthanc
Create and activate a Python virtual environment:
python3.13 -m venv clasp
source clasp/bin/activateInstall dependencies:
pip install --upgrade pip
pip install -r requirements.txtInstall and start Orthanc:
sudo apt install orthanc
sudo systemctl start orthancImageCLASP uses Orthanc as the underlying DICOM server for MRI data storage and communication.
Default Orthanc service management:
sudo systemctl status orthanc
sudo systemctl restart orthancAfter activating the environment:
streamlit run app.py