Azure Face API
The Azure Face service provides AI algorithms that detect, recognize, and analyze human faces in images.
Install the library
After installing Python, you can install the client library with:
pip install --upgrade azure-cognitiveservices-vision-face
Next Steps
Go to the Face service Overview or follow a quickstart to get started.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python