Hand-gesture recognition on iOS app using CoreML
Hand-gesture recognizer using CoreML
This app is using RNN(Recurrent Neural network) with CoreML on iOS11. The model recognizes the gesture as long as the center button is pressed.
Click here to read more about GestureAI.
GestureAI.mlmodel
(Trained RNN model) from here.GestureAI.xcodeproj
GestureAI.mlmodel
to Xcode.GestureAI.mlmodel
into Compile Sources in Build Phases.See likedan/Awesome-CoreML-Models.