Metadata-Version: 2.1
Name: med_dataloader
Version: 0.1.4
Summary: A general-purpose Dataloader for Tensorflow 2.x. It supports many medical image formats.
Home-page: https://github.com/mrossi93/med_dataloader
Author: Matteo Rossi
Author-email: rossimatteo1993@gmail.com
License: MIT license
Description: =========================
        Medical Images Dataloader
        =========================
        
        
        .. image:: https://img.shields.io/pypi/v/med_dataloader.svg
                :target: https://pypi.python.org/pypi/med_dataloader
        
        
        .. image:: https://img.shields.io/travis/com/mrossi93/med_dataloader?branch=master
                :target: https://travis-ci.com/mrossi93/med_dataloader
                
        
        .. image:: https://readthedocs.org/projects/med-dataloader/badge/?version=latest
                :target: https://med-dataloader.readthedocs.io/en/latest/?version=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/mrossi93/med_dataloader/shield.svg
             :target: https://pyup.io/repos/github/mrossi93/med_dataloader/
             :alt: Updates
        
        
        
        A general-purpose Dataloader for Tensorflow 2.x. It supports many medical image formats.
        
        
        * Free software: MIT license
        * Documentation: https://med-dataloader.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.4 (2021-04-29)
        ------------------
        
        * Improved code flexibility:
            * It is possibile to choose which type of data augmentation is performed
            * Boundaries for data normalization can be set by the user
            * Images can be resized automatically by the user
        * Added basic_usage example also as a notebook
        
        0.1.1 (2021-04-20)
        ------------------
        
        * Added code for package
        * Basic example of usage inside folder "examples"
        * Partial documentation
        
        0.1.0 (2021-04-16)
        ------------------
        
        * First release on PyPI.
        
Keywords: med_dataloader
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/x-rst
