Metadata-Version: 2.1
Name: prognosais
Version: 0.2.6
Summary: Tool to quickly and easily train CNNs for medical imaging tasks
Home-page: https://github.com/Svdvoort/prognosais
License: Apache-2.0
Author: Sebastian van der Voort
Author-email: svoort25@gmail.com
Requires-Python: >=3.7,<3.9
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: PyYAML (>=5.3.1,<6.0.0)
Requires-Dist: SimpleITK (>=1.2.4,<3.0.0)
Requires-Dist: h5py (>=2.10.0,<3.0.0)
Requires-Dist: matplotlib (>=3.2.1,<4.0.0)
Requires-Dist: natsort (>=7.0.1,<8.0.0)
Requires-Dist: numba (>=0.49.1,<0.53.0)
Requires-Dist: numpy (>=1.18,<2.0)
Requires-Dist: pandas (>=1.0.3,<2.0.0)
Requires-Dist: psutil (>=5.7.0,<6.0.0)
Requires-Dist: scikit-learn (>=0.23,<0.25)
Requires-Dist: slurmpie (>=0.4.0,<0.5.0)
Requires-Dist: tensorboard_plugin_profile (>=2.2.0,<3.0.0)
Requires-Dist: tensorflow (>=2.2.0)
Requires-Dist: tensorflow-addons (>=0.11)
Requires-Dist: tensorflow-io (>=0.15)
Project-URL: Repository, https://github.com/Svdvoort/prognosais
Description-Content-Type: text/markdown

[![Documentation Status](https://readthedocs.org/projects/prognosais/badge/?version=latest)](https://prognosais.readthedocs.io/en/latest/?badge=latest) [![codecov](https://codecov.io/gh/Svdvoort/prognosais/branch/master/graph/badge.svg?token=HTHVINR6Y8)](https://codecov.io/gh/Svdvoort/prognosais) [![Python test](https://github.com/Svdvoort/prognosais/workflows/Python%20test/badge.svg)](https://github.com/Svdvoort/prognosais/actions?query=workflow%3A%22Python+test%22)[![CodeFactor](https://www.codefactor.io/repository/github/svdvoort/prognosais/badge)](https://www.codefactor.io/repository/github/svdvoort/prognosais)[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Dependabot](https://flat.badgen.net/dependabot/Svdvoort/prognosais?icon=dependabot)](https://github.com/Svdvoort/prognosais/pulls?q=is%3Aopen+is%3Apr+label%3Adependencies)

# prognosais

prognosais is a tool to quickly prototype some CNNs for medical classification and segmentations tasks.
Please read the documentation: https://prognosais.readthedocs.io/en/latest/?badge=latest

