Skip to content

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

License

Notifications You must be signed in to change notification settings

faisalkhan91/Face-Detection-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages