How to correctly access Azure AI Vision Face Client SDK?
Subject: Issue Installing Azure AI Vision Face UI Web SDK
I’m trying to install the Azure AI Vision Face UI Web SDK in my web project (React.js), but I’m encountering an issue during installation.
We went through the Azure AI Vision Face SDK documentation, tried to set up the environment, obtained face artifacts, created a project on Azure DevOps, set up a feed, and attempted to connect with the npm feed. We also created an .npmrc
file in the project and added the registry URL in the file.
Steps Followed:
- Went through the Azure AI Vision Face SDK documentation.
Tried to set up the environment.
Obtained face artifacts.
Created a project on Azure DevOps.
Set up a feed and attempted to connect with the npm feed.
Created an .npmrc
file in the project and added the registry URL in the file.
However, when running the following command:
npm install azure-ai-vision-face-ui@latest
We received the following error:
The package 'azure-ai-vision-face-ui' was not found in feed 'metafeed'.
Expected Behavior:
The SDK should install and integrate the face liveness detector.
Additional Information:
Feed name: metafeed
Links Referred: 1. Azure AI Vision Face SDK Documentation: https://learn.microsoft.com/en-us/azure/ai-services/computer-vision/tutorials/liveness?tabs=csharp%2Cmobile-kotlin
2. Set up Environment: https://github.com/Azure-Samples/azure-ai-vision-sdk/blob/main/samples/web/SetupEnvironment.md