Metadata-Version: 1.2
Name: covid-vision
Version: 0.1.4
Summary: This project aims to develop Computer Vision algorithms to help the detection of COVID-19 virus on images.
Home-page: https://github.com/MRB-Computer-Vision/covid_vision
Author: Edson Cavalcanti Neto
Author-email: profedsoncavalcanti@gmail.com
License: MIT license
Description: ============
        Covid Vision
        ============
        
        
        .. image:: https://img.shields.io/pypi/v/covid_vision.svg
                :target: https://pypi.python.org/pypi/covid_vision
        
        .. image:: https://img.shields.io/travis/edsoncavalcanti/covid_vision.svg
                :target: https://travis-ci.com/edsoncavalcanti/covid_vision
        
        .. image:: https://readthedocs.org/projects/covid-vision/badge/?version=latest
                :target: https://covid-vision.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        This project aims to develop Computer Vision algorithms to help the detection of COVID-19 virus on images.
        
        
        * Free software: MIT license
        * Documentation: https://covid-vision.readthedocs.io.
        
        Install the project
        -------------------
        
        `python setup.py install`
        
        Features
        --------
        
        - DataLoader: Load the images dataset for the user.
        - CovidCXR: Download CovidCXR model and predict one image
        
        
        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 (2020-05-25)
        ------------------
        
        * Update the requirements for the project
        
        0.1.3 (2020-05-25)
        ------------------
        
        * Added CovidCXR Classifier
        
        0.1.2 (2020-05-13)
        ------------------
        
        * Configuration of pipeline to publish test package.
        
        0.1.1 (2020-05-13)
        ------------------
        
        * DataLoader Creation.
        
        0.1.0 (2020-05-11)
        ------------------
        
        * First release on PyPI.
        
Keywords: covid_vision
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
