Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/asvcode/fmi

Additional functionality for use with fastai’s medical imaging module
https://github.com/asvcode/fmi

dicom medical-imaging

Last synced: 2 months ago
JSON representation

Additional functionality for use with fastai’s medical imaging module

Awesome Lists containing this project

README

        

# fmi
> Adding additional functionality to fastai's medical imaging module

To learn more about medical imaging using `Fastai` you can view my [blog](https://asvcode.github.io/MedicalImaging/)

![CI](https://github.com/asvcode/fmi/workflows/CI/badge.svg)

fmi

## Install

`git clone https://github.com/asvcode/fmi.git`

## Tutorials

[Medical Imaging Tutorial](https://github.com/asvcode/fmi/blob/master/tutorial_nbs/medical_imaging_tutorial.ipynb) **Updated**

[Bounding Box Generation](https://github.com/asvcode/fmi/blob/master/tutorial_nbs/bounding_box_generation.ipynb)

[Explore & Preprocessing Tutorial](https://github.com/asvcode/fmi/blob/master/tutorial_nbs/explore_preprocessing_tutorial.ipynb)

[Dicom Splitter Examples](https://github.com/asvcode/fmi/blob/master/tutorial_nbs/dicom_splitter_examples.ipynb)

[Signal Processing Tutorial](https://github.com/asvcode/fmi/blob/master/tutorial_nbs/Signal_Processing_Tutorial.ipynb) **Not Complete**

## Successfully merged updates with fastai.medical.imaging

Updates that have successfully merged with [fastai.medical.imaging](https://github.com/fastai/fastai/blob/master/nbs/60_medical.imaging.ipynb) are displayed with:

merged