GestureAI CoreML iOS

Hand-gesture recognition on iOS app using CoreML

147
18
Swift

GestureAI-CoreML-iOS

MIT License

Hand-gesture recognizer using CoreML

Demo

demo

Screenshots

screenshot-01 screenshot-02 screenshot-03

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

  1. Clone this repository.
  2. Download GestureAI.mlmodel (Trained RNN model) from here.
  3. Open GestureAI.xcodeproj
  4. Drag and drop GestureAI.mlmodel to Xcode.
  5. Add GestureAI.mlmodel into Compile Sources in Build Phases.
  6. Build and run.

Guide To CoreML Models

See likedan/Awesome-CoreML-Models.

Licence

MIT

Author

Akimasa KIMURA