Install MedICS, verify your setup, and explore usage examples — everything you need to start analyzing medical images today.
pip install medics
Required runtime environment
NumPy, SciPy, scikit-image, pydicom, h5py — auto-installed
Windows · macOS · Linux
python -c "import medics; print(medics.__version__)"
medics --help
From launching the GUI to building your first extension.
# Via command line
medics
# As a Python module
python -m medics
File → Open Folder or click the folder button in the file explorer dock.File → Save Workspace persists all variables to a .med (HDF5) file.