Metadata-Version: 2.1
Name: facesdk
Version: 0.0.8
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 https://github.com/foamliu/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/`
        
        Examples
        --------
        
        Run face detection demo:
        
        ```
        python examples/detect.py
        ```
        
        ![image](https://github.com/foamliu/facesdk/raw/master/examples/output/face_detection.jpg)
        
        Run face recognition demo:
        
        ```
        python examples/recognize.py
        ```
        
        ![image](https://github.com/foamliu/facesdk/raw/master/examples/output/face_recog_0.jpg)
        
        ![image](https://github.com/foamliu/facesdk/raw/master/examples/output/face_recog_1.jpg)
        
        ![image](https://github.com/foamliu/facesdk/raw/master/examples/output/face_recog_2.jpg)
        
        ![image](https://github.com/foamliu/facesdk/raw/master/examples/output/face_recog_3.jpg)
        
        ![image](https://github.com/foamliu/facesdk/raw/master/examples/output/face_recog_4.jpg)
        
        ![image](https://github.com/foamliu/facesdk/raw/master/examples/output/face_recog_5.jpg)
        
        ![image](https://github.com/foamliu/facesdk/raw/master/examples/output/face_recog_6.jpg)
        
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
