microsoft/Cognitive-Vision-Python

Error code: 404

Opened this issue · 1 comments

I followed your tutorial but when I tried to insert in my own image it come out as follow

image

below are my codes:
image

and here is my variables:
image
I took my URL and key from cognitive services

The doc isn't clear. While it tells you to get your endpoint from the Azure portal, it fails to tell you that you need to add: 'vision/v3.2/analyze' to the end of it.

This works (for me):

Variables

_url = 'https://southcentralus.api.cognitive.microsoft.com/vision/v3.2/analyze'
_key = '10101_your_key_10101010'
_maxNumRetries = 10