Metadata-Version: 2.1
Name: facesdk
Version: 0.0.5
Summary: Face SDK
Home-page: https://github.com/foamliu/FaceSDK
Author: Yang Liu
Author-email: foamliu@yeah.net
License: UNKNOWN
Description: facesdk
        =======
        A python package for face analysis.  
        
        Documentation
        -------------
        See http://facesdk.github.io/facesdk/ for a complete reference manual and introductory tutorials.
        
        Installation
        ------------
        
        The latest stable release is available on PyPI, and you can install it by saying
        ```
        pip install facesdk
        ```
        
        If all went well, you should be able to execute the demo scripts under `examples/`
        
        
Keywords: face detection recognition
Platform: all
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5
Description-Content-Type: text/markdown
