Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/perone/medicaltorch

A medical imaging framework for Pytorch
https://github.com/perone/medicaltorch

computer-vision deep-learning machine-learning medical-imaging python pytorch

Last synced: 9 days ago
JSON representation

A medical imaging framework for Pytorch

Awesome Lists containing this project

README

        

![](/docs/source/_static/img/logo_hr.png)

[![Documentation Status](https://readthedocs.org/projects/medicaltorch/badge/?version=latest)](http://medicaltorch.readthedocs.io/en/latest/?badge=latest) [![CircleCI](https://circleci.com/gh/perone/medicaltorch.svg?style=svg)](https://circleci.com/gh/perone/medicaltorch)

[![DOI](https://zenodo.org/badge/123063153.svg)](https://zenodo.org/badge/latestdoi/123063153)

# Welcome to MedicalTorch
MedicalTorch is an open-source framework for PyTorch, implementing an extensive set
of loaders, pre-processors and datasets for medical imaging.

## Citing MedicalTorch
Please cite this work if you found it useful for your research, use the [DOI provided](https://zenodo.org/badge/latestdoi/123063153) by Zenodo to cite this work.

## Getting Started
- [Official Documentation](http://medicaltorch.readthedocs.io)
- [External tutorial: Spinal Cord Gray Matter Segmentation (Google Colab)](https://colab.research.google.com/drive/1V516_8lzebSPw_ygZhJQLfbGedMDikPc)
- [Dataloader Tutorial](https://github.com/perone/medicaltorch/tree/master/examples/Dataloaders_NIFTI.ipynb)
- [The API Reference](https://medicaltorch.readthedocs.io/en/stable/modules.html)