Awesome
GestureAI-CoreML-iOS
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.mlmodel
to Xcode. - Add
GestureAI.mlmodel
into Compile Sources in Build Phases. - Build and run.
Guide To CoreML Models
See likedan/Awesome-CoreML-Models.