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
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.