https://github.com/easonlai/azure-face-service-landmarks-git
Face Landmarks Analysis with Azure Face Service and OpenCV
https://github.com/easonlai/azure-face-service-landmarks-git
azure cognitive-services face facelandmarkdetect microsoftazure opencv python python3
Last synced: 3 months ago
JSON representation
Face Landmarks Analysis with Azure Face Service and OpenCV
- Host: GitHub
- URL: https://github.com/easonlai/azure-face-service-landmarks-git
- Owner: easonlai
- Created: 2021-02-13T10:39:43.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-13T17:33:24.000Z (over 5 years ago)
- Last Synced: 2025-02-25T23:31:30.869Z (over 1 year ago)
- Topics: azure, cognitive-services, face, facelandmarkdetect, microsoftazure, opencv, python, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 296 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Face Landmarks Analysis with Azure Face Service and OpenCV
Sample code repository to use [OpenCV](https://docs.opencv.org/3.4/da/d60/tutorial_face_main.html) and [Azure Face Service](https://docs.microsoft.com/en-us/azure/cognitive-services/face/overview) to extract [face landmarks](https://docs.microsoft.com/en-us/azure/cognitive-services/face/concepts/face-detection) and then perform real-time analysis via camera.
Please also refer to my story on [Medium (Face Landmarks Analysis with Azure Face Service and OpenCV)](https://easonlai888.medium.com/face-landmarks-analysis-with-azure-face-service-and-opencv-fb898ab58929).