All Projects β†’ akimach β†’ Gestureai Coreml Ios

akimach / Gestureai Coreml Ios

Licence: mit
Hand-gesture recognition on iOS app using CoreML

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Gestureai Coreml Ios

Awesome Ml
Discover, download, compile & launch different image processing & style transfer CoreML models on iOS.
Stars: ✭ 142 (-2.07%)
Mutual labels:  coreml, ios11
Chineseidcardocr
[Deprecated] πŸ‡¨πŸ‡³δΈ­ε›½δΊŒδ»£θΊ«δ»½θ―ε…‰ε­¦θ―†εˆ«
Stars: ✭ 1,015 (+600%)
Mutual labels:  coreml, ios11
Awesome Ml Demos With Ios
The challenge projects for Inferencing machine learning models on iOS
Stars: ✭ 741 (+411.03%)
Mutual labels:  demo, coreml
Rmdl
RMDL: Random Multimodel Deep Learning for Classification
Stars: ✭ 375 (+158.62%)
Mutual labels:  deep-neural-networks, rnn
Arkit Sampler
Code examples for ARKit.
Stars: ✭ 1,334 (+820%)
Mutual labels:  coreml, ios11
Awesome Coreml Models
Collection of models for Core ML
Stars: ✭ 500 (+244.83%)
Mutual labels:  coreml, ios11
Theano Kaldi Rnn
THEANO-KALDI-RNNs is a project implementing various Recurrent Neural Networks (RNNs) for RNN-HMM speech recognition. The Theano Code is coupled with the Kaldi decoder.
Stars: ✭ 31 (-78.62%)
Mutual labels:  deep-neural-networks, rnn
Ios 11 By Examples
πŸ‘¨πŸ»β€πŸ’» Examples of new iOS 11 APIs
Stars: ✭ 3,327 (+2194.48%)
Mutual labels:  coreml, ios11
Bitcoin Price Prediction Using Lstm
Bitcoin price Prediction ( Time Series ) using LSTM Recurrent neural network
Stars: ✭ 67 (-53.79%)
Mutual labels:  deep-neural-networks, rnn
Time Attention
Implementation of RNN for Time Series prediction from the paper https://arxiv.org/abs/1704.02971
Stars: ✭ 52 (-64.14%)
Mutual labels:  deep-neural-networks, rnn
Easy Deep Learning With Keras
Keras tutorial for beginners (using TF backend)
Stars: ✭ 367 (+153.1%)
Mutual labels:  deep-neural-networks, rnn
Exermote
Using Machine Learning to predict the type of exercise from movement data
Stars: ✭ 108 (-25.52%)
Mutual labels:  coreml, ios11
Torch2coreml
Torch7 -> CoreML
Stars: ✭ 363 (+150.34%)
Mutual labels:  coreml, ios11
Awesome Coreml Models
Largest list of models for Core ML (for iOS 11+)
Stars: ✭ 5,192 (+3480.69%)
Mutual labels:  coreml, ios11
Unsplashexplorer Coreml
Core ML demo app with Unsplash API
Stars: ✭ 358 (+146.9%)
Mutual labels:  demo, coreml
Arshooter
A demo Augmented Reality shooter made with ARKit in Swift (iOS 11)
Stars: ✭ 794 (+447.59%)
Mutual labels:  demo, ios11
inception
Real time image recognition using Core ML
Stars: ✭ 24 (-83.45%)
Mutual labels:  ios11, coreml
Awesome Deep Vision Web Demo
A curated list of awesome deep vision web demo
Stars: ✭ 298 (+105.52%)
Mutual labels:  demo, deep-neural-networks
Deepseqslam
The Official Deep Learning Framework for Route-based Place Recognition
Stars: ✭ 49 (-66.21%)
Mutual labels:  deep-neural-networks, rnn
Pytorch Learners Tutorial
PyTorch tutorial for learners
Stars: ✭ 97 (-33.1%)
Mutual labels:  deep-neural-networks, rnn

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].