Python-Diana ============ | Derek Merck | derek.merck@ufl.edu | University of Florida and Shands Hospital Gainesville, FL |Build Status| |Coverage Status| |Doc Status| | Source: https://www.github.com/derekmerck/diana2 | Documentation: https://diana.readthedocs.io | Image: https://cloud.docker.com/repository/docker/derekmerck/diana2 Installation ------------ .. code:: bash $ pip install git+https://github.com/derekmerck/diana2#subdirectory=package The ``diana-plus`` extras package relies on scipy, tensorflow, keras, and other computational packages. .. code:: bash $ pip install git+https://github.com/derekmerck/diana2#subdidrectory=package[plus] Dependencies ------------ Vanilla ~~~~~~~ - `attrs `__ - `bs4 `__ - `docker `__ - `numpy `__ - `pydicom `__ - `pyyaml `__ - `pillow `__ - `python-dateutil `__ - `redis `__ - `requests `__ - `watchdog `__ Plus ~~~~ - `cython `__ - `keras `__ - `scikit-learn `__ - `scipy `__ - `tensorflow `__ License ------- MIT .. |Build Status| image:: https://travis-ci.org/derekmerck/diana2.svg?branch=master :target: https://travis-ci.org/derekmerck/diana2 .. |Coverage Status| image:: https://codecov.io/gh/derekmerck/diana2/branch/master/graph/badge.svg :target: https://codecov.io/gh/derekmerck/diana2 .. |Doc Status| image:: https://readthedocs.org/projects/diana/badge/?version=master :target: https://diana.readthedocs.io/en/master/?badge=master