#280 · Primary category: Computer Vision
nitrain
Train AI models efficiently on medical images using any framework
Project last updated:06/13/24
GitHub Stars
1.9K
Forks
299
Contributors
2
License
AGPL-3.0
Why we included this project
Training models on volumetric medical scans usually means writing your own loading, resampling, and augmentation code before you ever get to a network. Nitrain collapses that into a few lines: point an ImageReader at a NIfTI folder pattern, apply built-in transforms for normalization and resizing, assemble a loader with a SliceSampler, and pass it to a Trainer that already knows how to run segmentation. The same high-level API works with PyTorch, TensorFlow, or Keras, which matters if you might switch frameworks mid-project. It grew out of the older torchsample library, and that heritage shows in the defaults: modest configuration gets you a fitted model fast, which suits researchers and small teams more than assembling a bespoke pipeline. The tutorials page and an upcoming book make it a reasonable place to learn medical imaging AI as well.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)