Skip to main content

farabio - Deep learning for biomedical imaging

Project description

logo

GitHub Documentation Status PyPI version

farabio

What's New

August 18, 2021

Release of farabio==0.0.2

April 21, 2021

This work is presented at PyTorch Ecosystem day. Poster is here.

April 2, 2021

Release of farabio==0.0.1

March 3, 2021

This work is selected for PyTorch Ecosystem Day.

Introduction

farabio is a minimal PyTorch toolkit for out-of-the-box deep learning support in biomedical imaging. For further information, see Wikis and Docs.

Features

  • Biomedical datasets
  • Common DL models
  • Flexible trainers (*in progress)

Biodatasets

Models

Classification:

Segmentation:

Getting started (Installation)

1. Activate conda environment:

conda create -n myenv python=3.8
conda activate myenv

2. Install PyTorch:

pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html

3. Install farabio:

A. With pip:

pip install farabio

B. Setup from source:

git clone https://github.com/tuttelikz/farabio.git && cd farabio
pip install .

Tutorials

Tutorial 1: Training a classifier for ChestXrayDataset - Notebook
Tutorial 2: Training a segmentation model for DSB18Dataset - Notebook

Links

Credits

If you like this repository, please click on Star.

Licenses

This work is licensed Apache 2.0.

Acknowledgements

This work is based upon efforts of open-source PyTorch Community. I have tried to acknowledge related works (github links, arxiv papers) inside the source material, eg. README, documentation, and code docstrings. Please contact if I missed anything.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

farabio-0.0.3.tar.gz (32.8 kB view hashes)

Uploaded Source

Built Distribution

farabio-0.0.3-py3-none-any.whl (45.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page