It returns the position by the facial recognition.
$ pip install facedetection
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')