icmc-data / kinect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kinect Data

This project has a proposal to make it possible to play a game through movements using a webcan and deep learning.

The project use TensorFlowJS to do the classification.

The classification of the moviments is made by passing the captured image from the webcan to the mobileNet of TFJS, using the layer before the classification layer as a embedding, and classifying this embedding with a KNNClassifier.

Installation

  1. Clone this repository: git clone https://github.com/icmc-data/kinect
  2. cd kinect/bomberman
  3. Make sure you have bower and simplehttpserver installed: npm install -g bower simplehttpserver
  4. Download dependencies: bower install
  5. Run the HTTP server: simplehttpserver
  6. Launch http://127.0.0.1:8000

The game was made by git clone https://github.com/MattSkala/html5-bombergirl.git

About

License:MIT License


Languages

Language:JavaScript 99.7%Language:HTML 0.2%Language:CSS 0.0%