Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/radtorch/radtorch

Official repository for RADTorch - The Medical Imaging Machine Learning Framework
https://github.com/radtorch/radtorch

ai classification convolutional-neural-networks deep-learning dicom gpu image-classification image-classifier kit machine machine-learning medical-imaging neural-networks pydicom python pytorch radiology radiology-machine-learning rsna sklearn

Last synced: about 1 month ago
JSON representation

Official repository for RADTorch - The Medical Imaging Machine Learning Framework

Awesome Lists containing this project

README

        

radtorch_1 0_header

![](https://img.shields.io/badge/stable%20version-01.0.1-brightgreen)
![](https://img.shields.io/badge/preview%20version-01.0.1-red)
![](https://img.shields.io/badge/dependencies-up%20to%20date-blue)
![](https://img.shields.io/badge/license-AGPL3.0-inactive)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6464087.svg)](https://doi.org/10.5281/zenodo.6464087)

## What is RADTorch ?

RADTorch provides a framework of higher level classes and functions that significantly reduce the time needed for implementation of different machine and deep learning algorithms on DICOM and non-DICOM medical images.

RADTorch was built by radiologists for radiologists so they can build, test and implement state-of-the-art machine learning algorithms in minutes.

RADTorch is :

- User-Friendly: Minimal coding required.

- Comprehensive: Includes data analysis and visualization.

- Backed by state-of-the-art machine learning and data visualization frameworks.

![image](https://user-images.githubusercontent.com/17037319/163655659-bc7744f1-db9a-425a-95c8-202a6322536f.png)

## Install RADTorch
### Stable version
To install stable version via pip, use the following command:

```
pip3 install git+https://download.radtorch.com/
```

Preview version
To install Preview beta version via pip, use the following command:
```
pip3 install git+https://preview.radtorch.com/
```


### Requests
Feature requests are more than welcomed on our discussion board [HERE](https://github.com/radtorch/radtorch/issues/4#issue-573590182)


### Contribute
Bug reports and pull requests are welcome.


### Cite us

```
@software{mohamed_elbanan_2022_6464087,
author = {Mohamed Elbanan},
title = {radtorch/radtorch: 1.0.0},
month = apr,
year = 2022,
publisher = {Zenodo},
version = {1.0.0},
doi = {10.5281/zenodo.6464087},
url = {https://doi.org/10.5281/zenodo.6464087}
}
```