Easy way to implement facial recognition

Hi everyone😊, I want to implement facial recognition into my app. I was planning to use createML's image classification, but there seams to be a lot of hassle to implement (the JSON file etc.). Are there some other easy to implement options that don't involve advanced coding. Thanks, Oliver

Answered by DTS Engineer in 823642022

Why n to check out the Vision framework. It has requests you can set up quite easily for face detection. Specifically, DetectFaceRectanglesRequest, DetectFaceLandmarksRequest, and DetectFaceCaptureQualityRequest.

Why n to check out the Vision framework. It has requests you can set up quite easily for face detection. Specifically, DetectFaceRectanglesRequest, DetectFaceLandmarksRequest, and DetectFaceCaptureQualityRequest.

Thank you for your time! 😃

Easy way to implement facial recognition
 
 
Q