Code Monkey home page Code Monkey logo

gestureai's Introduction

GestureAI

MIT License

GestureAI is a RNN(Recurrent Nerural network) model which recognize hand-gestures drawing 5 figures(Circl, Rectangle, Triangle, Cross and the other). This dataset of hand-motion drawing 5 figures is sequences of 3-axis accelerations captured by iPhone. Example to implement RNN in Keras gets 90.8% accuracy by Cross-validation.

Demo

Trained Neural Network deployed on GestureAI-iOS, iOS 11 app using CoreML :

demo

Get the Dataset

You can use direct links to download the dataset.

Name Examples Size Link MD5 Checksum
gesture-3axis-accel.tar.gz 1,000 338 KBytes Download 37664771fd60e930033fb24387fb1601

Labels

The dataset consists of 1,000 3-axis acceleration sequences of 5 gesture classes, which are defined by motions drawing 5 figures. We don't set a specific rule about stroke order for drawing a figure by hand.

Label Description Examples Figure
0 Circle 200 Circle
1 Rectangle 200 Rectangle
2 Triangle 200 Triangle
3 Cross 200 Cross
4 Other 200

Requirement

  • Python (2.7+)
  • numpy (1.12.1+)
  • protobuf (3.1.0+)
  • Keras (1.2.2)
  • TensorFlow (1.2.1)
  • Scikit-learn (0.15+)
  • coremltools (0.6.3)

Install

$ virtualenv venv
$ source venv/bin/activate
$ git clone https://github.com/akimach/GestureAI.git
$ cd GestureAI
$ pip install -r requirements.txt

Examples

Try with Jupyter notebook!

  • Loading datasets
  • Tuning hyper-parameters with Grid Search
  • Training RNN with Early-stopping

Licence

MIT

Author

Akimasa KIMURA

gestureai's People

Contributors

akimach avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

djkhz samsgates

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.