Metadata-Version: 2.1
Name: pymia
Version: 0.3.1
Summary: A Python package for data handling and evaluation in deep learning-based medical image analysis.
Home-page: https://pymia.readthedocs.io/
Author: Fabian Balsiger and Alain Jungo
Author-email: fabian.balsiger@artorg.unibe.ch
License: Apache 2.0
Description: pymia
        =====
        
        .. image:: https://readthedocs.org/projects/pymia/badge/?version=latest
           :target: http://pymia.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        
        pymia is an open-source Python (py) package for deep learning-based medical image analysis (mia).
        The package addresses two main parts of deep learning pipelines: data handling and evaluation.
        The package itself is independent of the deep learning framework used but can easily be integrated into TensorFlow and PyTorch pipelines.
        Therefore, pymia is highly flexible, allows for fast prototyping, and reduces the burden of implementing data handling and evaluation.
        Founded, actively developed and maintained, by Fabian Balsiger and Alain Jungo.
        
Keywords: medical image analysis,deep learning,data handling,evaluation,metrics
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
