Coder Social home page Coder Social logo

juancasado / spheresense Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 1.0 17 KB

Control anything just by moving your hands [Image recognition system for hand tracking on the web]

Home Page: http://www.mrblissfulgrin.com

License: GNU General Public License v3.0

javascript babylonjs ml5 image-recognition neural-networks machine-learning hand-tracking

spheresense's Introduction

SphereSense

This library will allow you to control anything just by moving your hands in front of the screen. It uses an image recognition engine to track your hands translating their postion to spherical coordinates.

One hand is used as an anchor to determine the relative position in 3D space of the other hand. Aditionaly is detected if the hands are open or closed rather than just the postion of the hands.

SphereSense is intended to be used like it has been descrived avobe but it will also provide 2D tracking features of the hands relative to the screen top left corner of the imaged captured.

Output

The API will provide the hand state and 3D coordintes of the hands.

  • RIGHT_HAND_STATE : boolean
  • LEFT_HAND_STATE : boolean
  • COORDINATES : {x : float, y : float, z : float}
  • RIGHT_HAND : {x : float, y : float}
  • LEFT_HAND : {x : float, y : float}

Input

  • The refresh rate of the system can be adjust.
  • NN that tracks the hands will be open for others to train it with its own data.

Requirements

  • SphereSense is built with JavaScript
  • The API will be able to run from any browser.
  • You will need a web cam from which to get the image used to feed the hand tracking algorithm.
  • Camera input will be obtined with getUserMedia()

Image recognition engine

Has been created with ml5. In order to get a deeper understanding on neural networks and image and also to learn the first steps to use the libray we recomend The Coding Traing

Demo

spheresense's People

Contributors

juancasado avatar

Watchers

 avatar  avatar

Forkers

supervisionai

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.