Metadata-Version: 1.1
Name: photinia
Version: 0.2
Summary: Build deep learning models quickly for scientists in an object-oriented way.
Home-page: https://github.com/XoriieInpottn/photinia
Author: darklab_502
Author-email: gylv@mail.ustc.edu.cn
License: Free
Description-Content-Type: UNKNOWN
Description: 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
        
        
Keywords: deep learning,neural network
Platform: any
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
