/tf-js-hand-recog

tf-js-hand-recog

Primary LanguageJavaScriptMIT LicenseMIT

Tensorflow.js React Hand Recognition

Real Time Hand Gesture Recognition

⚙ Features

👁️‍🗨️ Project Preview

Coming Soon!

🚀 Start

To start app: npm start

📚 HOW-TO

For additional info click here

🗺 URL Tree

├── /                          #Home

🌿 App Tree

├── HOWTO.md
├── LICENSE
├── README.md
├── package.json
├── public
│   ├── _redirects
│   ├── assets
│   │   └── favicon.ico
│   └── index.html
├── src
│   ├── App
│   │   └── index.js
│   ├── index.js
│   ├── styles.css
│   └── utilities
│       └── index.js
└── webpack.config.js

⛰️ Roadmap

  1. Migrate to TypeScript
  2. Make Mobile Friendly
  3. Write Tests

To-Do's

  1. Finnish Webpack Config
  2. Finnish Tutorial
  3. Finnish README.md page
  4. Finnish HOWTO.md page
  5. Add Logo
  6. Add WebApp Preview Gif
  7. Add Babel Compilation

Moises Sanabria