Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 859 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 859 Bytes

HandPoseClassificationDemo

This is the demo application for Hand Pose Classification template of CreateML.

From macOS 12+, we can choose Hand Pose Classification template in CreateML. This application demonstrates how to use mlmodel from it on actual application.

This application has MyHandPoseClassifier.mlmodel build from Hand Pose Classification template. It can only recognize whether hand pose is OkSign or NotOkSign.

But you can replace it by your custom model from same template. Please refer following tutorial for creating your own mlmodel. https://developer.apple.com/documentation/createml/creating_an_image_classifier_model

Ref