Metadata-Version: 2.1
Name: DUlib
Version: 0.9.96
Summary: courtesy of the DL@DU Project
Home-page: https://github.com/sj-simmons/DUlib
Author: Scott Simmons
Author-email: ssimmons@drury.edu
License: Apache 2.0
Download-URL: https://github.com/sj-simmons/DUlib/archive/v0.9.96.tar.gz
Project-URL: Upstream Repository, https://github.com/sj-simmons/DUlib
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.6
License-File: LICENSE

DUlib
=====

Machine and Deep Learning tools.

============
Installation
============

.. code-block::

    pip3 install DUlib --user

-----
Notes
-----

DUlib assumes that you have installed your desired version (e.g., cpu vs. gpu)
of the `torch <https://pypi.org/project/torch/>`_ package as well as the `torchvision <https://pypi.org/project/torchvision/>`_ package.

Similarly, a modern version of `matplotlib <https://pypi.org/project/matplotlib/>`_ is
assumed to have been installed on your system.  Matplotlib is required solely for (optional) display
of a real-time graph while training and for various demos; additionally, a running X server is required.

To upgrade to the newest release of DUlib in the presence of a previously installed one, issue the command::

    pip3 install -U DUlib --user

See the `upstream repo <https://github.com/sj-simmons/DUlib>`_ for detailed installation and trouble-shooting
notes as well as release information.


