An open API service indexing awesome lists of open source software.

https://github.com/cj-mills/fastai-hand-gesture-classifier-webgl-demo

A hand gesture classifier made with Fastai, TensorFlow.js, and Unity
https://github.com/cj-mills/fastai-hand-gesture-classifier-webgl-demo

Last synced: 7 months ago
JSON representation

A hand gesture classifier made with Fastai, TensorFlow.js, and Unity

Awesome Lists containing this project

README

          

# Fastai Hand Gesture Classifier WebGL Demo
A hand gesture classifier made with Fastai, TensorFlow.js, and Unity

## In-Browser Demo

| Demo Link |
| ------------------------------------------------------------ |
| [Hand Gesture Classifier](https://cj-mills.github.io/fastai-hand-gesture-classifier-webgl-demo/) |

Reference Images


| Class | Image |
| --------- | ------------------------------------------------------------ |
| call | ![call](./images/call.jpg) |
| dislike | ![dislike](./images/dislike.jpg) |
| fist | ![ fist](./images/fist.jpg) |
| four | ![four](./images/four.jpg) |
| like | ![ like](./images/like.jpg) |
| mute | ![ mute](./images/mute.jpg) |
| ok | ![ ok](./images/ok.jpg) |
| one | ![ one](./images/one.jpg) |
| palm | ![ palm](./images/palm.jpg) |
| peace | ![peace](./images/peace.jpg) |
| peace_inverted | ![peace_inverted](./images/peace_inverted.jpg) |
| rock | ![rock](./images/rock.jpg) |
| stop | ![stop](./images/stop.jpg) |
| stop_inverted | ![stop_inverted](./images/stop_inverted.jpg) |
| three | ![three](./images/three.jpg) |
| three2 | ![three2](./images/three2.jpg) |
| two_up | ![ two_up](./images/two_up.jpg) |
| two_up_inverted | ![two_up_inverted](./images/two_up_inverted.jpg) |

## Tutorial Links
- [Part 1](https://christianjmills.com/posts/tensorflow-js-unity-tutorial/part-1/): Train a hand gesture classifier using fastai and export it to TensorFlow.js.
- [Part 2](https://christianjmills.com/posts/tensorflow-js-unity-tutorial/part-2/): Create a TensorFlow.js plugin for the Unity game engine.
- [Part 3](https://christianjmills.com/posts/tensorflow-js-unity-tutorial/part-3/): Build a Unity project as a WebGL application and host it using GitHub Pages.
- [GitHub Repository](https://github.com/cj-mills/tensorflow-js-unity-tutorial)