Metadata-Version: 2.1
Name: tensorfree
Version: 0.1.4
Summary: Tensorfree is an image classification library that provides quick and easy access to some of the latest SOTA models. Simply install, define the location of your photos and let it do everything for you.
Home-page: https://github.com/andrew-alm/tensorfree
Author: Andrew Smith
Author-email: asmith@g.harvard.edu
License: MIT
Project-URL: Issue Tracker, https://github.com/andrew-alm/tensorfree/issues
Keywords: image classification,tensorflow,keras
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Requires-Dist: tensorflow
Requires-Dist: keras
Requires-Dist: numpy
Requires-Dist: pillow
Requires-Dist: setuptools-scm

========
Overview
========



Tensorfree is an image classification library that provides quick and easy access to some of the latest SOTA models. Simply install, define the location of your photos and let it do everything for you.

* Free software: MIT license

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

::

    pip install tensorfree

You can also install the in-development version with::

    pip install https://github.com/andrew-alm/tensorfree/archive/master.zip


Documentation
=============


https://tensorfree.readthedocs.io/


Development
===========

To run all the tests run::

    tox

Note, to combine the coverage data from all the tox environments run:

.. list-table::
    :widths: 10 90
    :stub-columns: 1

    - - Windows
      - ::

            set PYTEST_ADDOPTS=--cov-append
            tox

    - - Other
      - ::

            PYTEST_ADDOPTS=--cov-append tox


Changelog
=========

0.0.0 (2020-11-26)
------------------

* First release on PyPI.


