Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 514 Bytes

File metadata and controls

16 lines (12 loc) · 514 Bytes

Face-Detection-AI

This application uses Azure SDK to detect faces in Images and generate bounding boxes.

Using the AI Vision SDK:

  • Install the Azure AI Vision SDK package: pip install azure-ai-vision==0.15.1b1

  • To run the code, navigate to the folder and run: python detect_faces.py

Using the Face SDK:

  • Install the Azure AI Vision SDK package: pip install azure-cognitiveservices-vision-face==0.6.0

  • To run the code, navigate to the folder and run: python analyze_faces.py