GestureAI-CoreML-iOS
May 24, 2018 ยท View on GitHub
Hand-gesture recognizer using CoreML
Demo

Screenshots

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.
Install
- Clone this repository.
- Download
GestureAI.mlmodel(Trained RNN model) from here. - Open
GestureAI.xcodeproj - Drag and drop
GestureAI.mlmodelto Xcode. - Add
GestureAI.mlmodelinto Compile Sources in Build Phases. - Build and run.
Guide To CoreML Models
See likedan/Awesome-CoreML-Models.