Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 479 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 479 Bytes

Gesture Recognition

web-based real-time hand gesture recognition with React.js, Tensorflow.js, and Fingerpose

Dependencies

  • @tensorflow/tfjs
  • @tensorflow-models/handpose
  • react-webcam
  • fingerpose

Demo

ezgif-com-gif-maker-1.gif

Quick Start

// Install dependencies
npm install

// Run web application
npm run start

// Web app runs on http://localhost:3000