How to Convert a NIfTI File into a DICOM Series Using Python

This blog is about how to use the nifti2dicom functin to convert nifti file or files into dicom series.
The Difference Between Dice and Dice Loss

The dice loss in a special case of the dice coefficient but physically they are the same. Read this arrticle for more details
Store the Metadata in Nifti and Nrrd

Add custom metadata to NIfTI/NRRD using SimpleITK and Nibabel.
Fast Medical Imaging Cropping

Efficiently split large NIfTI medical images into smaller chunks for easier processing and analysis using SimpleITK.
Resampling in Medical Imaging

Learn how resampling improves medical image quality and analysis.
Automatic Spine Segmentation in Slicer

Use 3D Slicer and nnUNet for automatic spine segmentation.
Your Medical Imaging Starter

Unlock the basics of medical imaging for a successful start in the field.
Making Sense of AI in Medical Images

AI in medical imaging: anonymization, detection, segmentation.
MVP: Online DICOM/NIFTI Viewer with Python

Learn to build a simple online DICOM/NIFTI viewer with Python and Streamlit, complete with code examples.
DICOM Viewer in Python

This blog shows how to visualize DICOM files in Python with VTK for 3D medical images.