Metadata-Version: 2.1
Name: augmentation
Version: 0.5
Summary: A library, based on PyTorch, that performs data augmentation on the GPU
Home-page: https://github.com/JorisRoels/augmentation
Author: Joris Roels
Author-email: jorisb.roels@ugent.be
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# GPU accelerated data augmentation

This code provides standard augmentation strategies on the GPU, as some of these can be intensive on the CPU. Our GPU translation is based on [PyTorch](https://pytorch.org/). The current version supports both 2D and 3D data augmentation. 

## Installation
Install the dependencies and you are ready to go! 
<pre><code>pip install augmentation</code></pre>

## Usage
Check out the provided [notebook examples](https://github.com/JorisRoels/augmentation/tree/master/notebooks)! 


