Skip to content

innat/medic-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d1138dc Β· Apr 25, 2025
Apr 17, 2025
Apr 23, 2025
Mar 30, 2025
Apr 24, 2025
Apr 25, 2025
Apr 15, 2025
Mar 29, 2025
Mar 29, 2025
Mar 30, 2025
Apr 13, 2025
Mar 25, 2025
Apr 25, 2025
Mar 30, 2025
Apr 13, 2025
Apr 13, 2025
Mar 30, 2025

Repository files navigation

Palestine

Static Badge Static Badge Static Badge Static Badge

Medic-AI is a Keras based library designed for medical image analysis using machine learning techniques. Its core strengths include:

  • Backend Agnostic: Compatible with tensorflow, torch, and jax.
  • User-Friendly API: High-level interface for transformations and model creation.
  • Scalable Execution: Supports training and inference on single/multi-GPU and TPU-VM setups.
  • Essential Components: Includes standard metrics and losses, such as Dice.
  • Optimized 3D Inference: Offers an efficient sliding-window method and callback for volumetric data

πŸ“‹ Table of Contents

  1. Installation
  2. Guides
  3. Documentation
  4. Acknowledgements
  5. Citation

πŸ›  Installation

PyPI version:

!pip install medicai

Installing from source GitHub:

!pip install git+https://github.com/innat/medic-ai.git

πŸ’‘ Guides

Segmentation: Available guides for 3D segmentation task.

Task GitHub Kaggle View
Covid-19
BTCV n/a
BraTS coming soon coming soon n/a
Spleen

Classification: Available guides for 3D classification task.

Task (Classification) GitHub Kaggle
Covid-19

πŸ“š Documentation

To learn more about model, transformation, and training, please visit official documentation: medicai/docs

🀝 Contributing

Please refer to the current roadmap for an overview of the project. Feel free to explore anything that interests you. If you have suggestions or ideas, I’d appreciate it if you could open a GitHub issue so we can discuss them further.

  1. Install medicai from soruce:
!git clone https://github.com/innat/medic-ai
%cd medic-ai
!pip install keras -qU
!pip install -e .
%cd ..

Add your contribution and implement relevant test code.

  1. Run test code as:
python -m pytest test/

# or, only one your new_method
python -m pytest -k new_method

πŸ™ Acknowledgements

This project is greatly inspired by MONAI.

πŸ“ Citation

If you use medicai in your research or educational purposes, please cite it using the metadata from our CITATION.cff file.