swiftmachine-learningfacial-identificationcreatemlmlmodel

iOS Facial Recognition Continuous Learning


I was tasked to find the best way to create a facial recognition feature on an app with machine learning. This feature will be used to clock employees into the app. The feature will support...

What I've tried.


Solution

  • Take a look at Turi Create -- also from Apple: https://github.com/apple/turicreate

    It can do everything Create ML does, but is in python and programmable, so you could automate the whole process on your backend. If you know how to do it in CreateML, you will find Turi Create easy to pick up.