Created
September 8, 2025 18:20
-
-
Save dontpaniclabsgists/df63840a20c52dfc3892eed33a393d59 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This approach never worked despite multiple attempts | |
| from azure.ai.vision.imageanalysis import ImageAnalysisClient | |
| from azure.core.credentials import AzureKeyCredential | |
| client = ImageAnalysisClient( | |
| endpoint=AZURE_VISION_ENDPOINT, | |
| credential=AzureKeyCredential(AZURE_VISION_API_KEY) | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment