Metadata-Version: 2.0
Name: photinia
Version: 0.1.20171018
Summary: Build deep learning models quickly for scientists in an object-oriented way.
Home-page: https://github.com/XoriieInpottn/photinia
Author: dark_lab502
Author-email: gylv@mail.ustc.edu.cn
License: Free
Keywords: deep learning,neural network
Platform: any
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5

Photinia
^^^^^^^^^^^^

Photinia is a package used to build deep learning models.
It is lightweight and designed for scientists who wish to implement models quickly with
high flexibility.

Dependencies
------------

* Python 3
* TensorFlow 1.2.0+
* pymongo 3.4+

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

The package can be installed directly from PyPI repository::

    pip3 install photinia



