Metadata-Version: 1.1
Name: facedetection
Version: 0.1.dev1
Summary: The facial recognition
Home-page: UNKNOWN
Author: TakesxiSximada
Author-email: sximada+facedetection@gmail.com
License: Apache License 2.0
Description: facedetection
        =============
        
        It returns the position by the facial recognition.
        
        Install
        -------
        
        ::
        
           $ pip install facedetection
        
        How to user it
        --------------
        
        Supported API
        
        - Google Vision Face Detection API
        - Microsoft Projectoxford Detection API
        - Akamai Image Converter API
        
        ::
        
           >>> from facedetection import MSProjectoxfordDetection
           >>> detect = MSProjectoxfordDetection('YOUR API TOKEN')
           >>> detect('http://your.image.url/path/to/image')
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development
