Skip to content

Deep learning library biomedical data built on top of MONAI

License

Notifications You must be signed in to change notification settings

bmandracchia/bioMONAI

Repository files navigation

bioMONAI

License Python Version Jupyter Notebook

Overview

bioMONAI is a low-code Python-based platform for developing and deploying deep learning models in biomedical imaging built on top of the MONAI framework, fastai, and TorchIO. This project aims to facilitate interoperability, reproducibility, and community collaboration in biomedical research.

For more information, bioMONAI documentation can be found here.

Table of Contents

Installation

To install the bioMONAI environment, follow these steps:

  1. Clone the repository:

    git clone https://github.com/bmandracchia/biomonai.git
    cd biomonai
  2. Create a new Conda environment (recommended):

    conda create -n biomonai python=3.7
    conda activate biomonai
  3. Install dependencies:

    pip install -r requirements.txt
  4. Install MONAI and other necessary packages:

    pip install bioMONAI

Getting Started

To get started with bioMONAI, the best way is to try out our tutorials, which will walk you through model training for various tasks like classification, regression, and segmentation.

Notebook Open in Colab
Tutorial classification
(to be updated.)
Google Colab
Tutorial regression
(to be updated.)
Google Colab

Usage

To use bioMONAI for your own projects, follow these steps:

  1. Create a new Jupyter notebook or open an existing one.

  2. Import necessary modules:

    import bioMONAI
  3. Start coding! You can now leverage MONAI’s capabilities alongside the interactive features of Jupyter notebooks.

Contributing

We welcome contributions from the community! To contribute to BioMONAI nbs, follow these steps:

  1. Fork the repository on GitHub.

  2. Clone your fork:

    git clone https://github.com/your_username/biomonai.git
    cd biomonai
  3. Create a new branch for your changes:

    git checkout -b feature/new-feature
  4. Make your changes and commit them:

    git add .
    git commit -m "Add new feature: <feature description>"
  5. Push to your fork and create a pull request on GitHub.

  6. Wait for the review, and merge if everything looks good!

License

bioMONAI is released under the Apache 2.0 license. See LICENSE for more details.


Contact

If you have any questions or need further assistance, please open an issue on GitHub or contact us directly at:

About

Deep learning library biomedical data built on top of MONAI

Resources

License

Stars

Watchers

Forks

Packages

No packages published