Metadata-Version: 2.1
Name: histodata
Version: 0.2.24
Summary: Histopathology datasets for PyTorch environments
Home-page: https://git.tools.f4.htw-berlin.de/cbmi-charite/histodata
Author: Jonas Annuscheit
Author-email: Jonas.Annuscheit@htw-berlin.de
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
License-File: LICENSE

TODO 

# Histodata

This repository is a aggregation of pytorch datasets for loading histology datasets.

# installation

```
pip install --upgrade histodata
```

# Usage

Todo for each dataset a own list.

Including:
- Describtion of the dataset
- How to get the dataset
- Dokumentation of the interface
- Example usage of the interface

```
from histodata.datasets import mai, midog, bach, pcam

dataset = mai.mai_patches('path_to_datafolder',
                               transformation=None,
                               subset='train',
                              )
```


