Metadata-Version: 2.0
Name: darkon
Version: 0.0.5
Summary: Performance hacking for your deep learning models
Home-page: https://github.com/darkonhub/darkon
Author: Neosapience, Inc.
Author-email: UNKNOWN
License: Apache License 2.0
Download-URL: https://github.com/darkonhub/darkon/tarball/v0.0.5
Keywords: AI,ML,DL,deep learning,machine learning,neural network,deep neural network,debug neural networks,performance hacking,tensorflow,tf
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Debuggers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: numpy
Requires-Dist: opencv-python
Requires-Dist: six
Provides-Extra: tensorflow
Requires-Dist: tensorflow (>=1.3); extra == 'tensorflow'
Provides-Extra: tensorflow-gpu
Requires-Dist: tensorflow-gpu (>=1.3); extra == 'tensorflow-gpu'

.. image:: https://cdn.rawgit.com/darkonhub/darkon/d026f574/brand/logo.png
   :target: http://github.com/darkonhub/darkon
   :alt: Brand logo
   :align: center

----

.. image:: https://travis-ci.org/darkonhub/darkon.svg?branch=master
   :target: https://travis-ci.org/darkonhub/darkon
   :alt: Build Status


.. image:: https://codecov.io/gh/darkonhub/darkon/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/darkonhub/darkon
   :alt: codecov


.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
   :target: https://opensource.org/licenses/Apache-2.0
   :alt: License


.. image:: https://img.shields.io/pypi/v/darkon.svg?style=flat-square
   :target: https://pypi.python.org/pypi/darkon
   :alt: PyPI


.. image:: https://badges.gitter.im/darkonhub/darkon.svg
   :target: https://gitter.im/darkonhub/darkon?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
   :alt: Gitter


.. image:: https://api.codacy.com/project/badge/Grade/077f07f7a52b4d8186beee724ed19231
   :target: https://www.codacy.com/app/zironycho/darkon?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=darkonhub/darkon&amp;utm_campaign=Badge_Grade
   :alt: Codacy Badge


----

Installation
------------

Install Darkon alone

.. code-block:: bash

   pip install darkon

Install with TensorFlow CPU

.. code-block:: bash

   pip install darkon[tensorflow]

Install with TensorFlow GPU

.. code-block:: bash

   pip install darkon[tensorflow-gpu]



