You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sample app for real nnU-Net 3D medical image segmentation: ingest CT/MRI NIfTI volumes, run nnunetv2 inference locally, and store every artifact — raw volumes, preprocessed tensors, masks, and the trained model checkpoint — on Backblaze B2 via the S3-compatible API. Next.js + FastAPI + PyTorch
Batch medical-imaging pipeline that ingests 3D CT/MRI volumes to Backblaze B2, runs TotalSegmentator locally to produce multi-label masks over 100+ anatomical structures plus per-structure volumetrics, and writes masks and stats back to B2. Next.js 16 + FastAPI sample app over the B2 S3-compatible API.
Full-stack sample app that runs MONAI medical-image segmentation on DICOM/NIfTI volumes and stores the source scans, segmentation masks, and preview slices in Backblaze B2 via the S3-compatible API. Next.js 16 + FastAPI; models run on-device (CPU by default, GPU auto-detected).