|
1 | 1 | ---
|
2 |
| -title: |
| 2 | +title: Face SDK for Python |
| 3 | +description: This is the Microsoft Azure Cognitive Services Face Client Library. |
3 | 4 | keywords: Azure, python, SDK, API, azure-cognitiveservices-vision-face, face
|
4 |
| -author: ramya-rao-a |
5 |
| -ms.author: ramyar |
6 |
| -ms.date: 03/16/2021 |
| 5 | +author: PatrickFarley |
| 6 | +ms.author: pafarley |
| 7 | +ms.date: 09/14/2022 |
7 | 8 | ms.topic: reference
|
8 |
| -ms.prod: azure |
9 |
| -ms.technology: azure |
10 | 9 | ms.devlang: python
|
11 |
| -ms.service: face |
| 10 | +ms.service: cognitive-services |
12 | 11 | ---
|
13 | 12 |
|
14 | 13 | # Microsoft Azure SDK for Python
|
15 | 14 |
|
| 15 | +> [!IMPORTANT] |
| 16 | +> Face service access is limited based on eligibility and usage criteria in order to support our Responsible AI principles. Face service is only available to Microsoft managed customers and partners. Use the [Face Recognition intake form](https://aka.ms/facerecognition) to apply for access. For more information, see the [Face limited access](/legal/cognitive-services/computer-vision/limited-access-identity?context=%2Fazure%2Fcognitive-services%2Fcomputer-vision%2Fcontext%2Fcontext) page. |
| 17 | +
|
| 18 | +> [!IMPORTANT] |
| 19 | +> Microsoft will be retiring facial recognition capabilities that can be used to try to infer emotional states and identity attributes which, if misused, can subject people to stereotyping, discrimination or unfair denial of services. These include capabilities that predict emotion, gender, age, smile, facial hair, hair and makeup. Existing customers have until June 30, 2023 to discontinue use of these capabilities before they are retired. Read more about this decision in the [announcement post](https://azure.microsoft.com/blog/responsible-ai-investments-and-safeguards-for-facial-recognition/). |
| 20 | +
|
16 | 21 | This is the Microsoft Azure Cognitive Services Face Client Library.
|
17 | 22 | This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8.
|
18 | 23 | For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
|
19 | 24 |
|
| 25 | +## Usage |
20 | 26 |
|
21 |
| -# Usage |
22 |
| - |
| 27 | +After installing Python, you can install the client library with: |
23 | 28 |
|
| 29 | +```console |
| 30 | +pip install --upgrade azure-cognitiveservices-vision-face |
| 31 | +``` |
24 | 32 |
|
| 33 | +For code examples, see [Cognitive Services Face](/python/api/overview/azure/cognitive-services) on docs.microsoft.com. |
25 | 34 |
|
26 |
| -For code examples, see [Cognitive Services Face](https://docs.microsoft.com/python/api/overview/azure/cognitive-services) on docs.microsoft.com. |
| 35 | +## Next Steps |
27 | 36 |
|
| 37 | +Go to the Face service [Overview](/azure/cognitive-services/face/overview) or follow a [quickstart](/azure/cognitive-services/face/quickstarts/client-libraries) to get started. |
28 | 38 |
|
29 |
| -# Provide Feedback |
| 39 | +## Provide Feedback |
30 | 40 |
|
31 | 41 | If you encounter any bugs or have suggestions, please file an issue in the
|
32 | 42 | [Issues](https://github.com/Azure/azure-sdk-for-python/issues)
|
33 | 43 | section of the project.
|
34 | 44 |
|
35 |
| - |
36 | 45 | 
|
37 |
| - |
|
0 commit comments