Azure - Computer Vision: Face Recognition (AI-FUNDA)
- Tung San
- Jul 24, 2021
- 1 min read
Using Azure Cognitive Service
Objective: Experience the face detection services.
1. Employ Azure Cognitive Service.

2. Detect faces in an image.


Faces being detected will be assigned with an unique id.


3. Detect face attributes, e.g., emotions.


4. Compare and detect similar faces among images.


5. Train the model to detect a particular person's face.

Register a person's face from images containing the person's face.



Testing if the model can recognize the person.


Succeed.
Comments