Part 1. Setting Up
Part 2. Azure Face API Examples
Buy Me a Coffee? Your support is much appreciated!
Source Code:
Example 1.
Example 2
Example 3.
Example 4.
Example 5.
Nov 10, 2021 | Azure Cloud, Python | 4 comments
Subscribe My YouTube Channel
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |
I am getting the following error:
File “c:\Users\65815\AzureVision\example1.py”, line 13, in
credential = json.load(open(‘AzureCloudKeys.json’))
FileNotFoundError: [Errno 2] No such file or directory: ‘AzureCloudKeys.json’
Where do I find this file?
That is the file that he used to keep his information secret, you can remove this line, and give API Key and ENDPOINT a string value
Hi
I am getting following error
azure.cognitiveservices.vision.face.models._models_py3.APIErrorException: (InvalidRequest) Invalid request has been sent
for
face_client.face.detect_with_url.
Can you please help me resolving it.
Hi
I am getting following error
azure.cognitiveservices.vision.face.models._models_py3.APIErrorException: (InvalidRequest) Invalid request has been sent
for
face_client.face.detect_with_url.
Can you please help me resolving it.