This project uses Google's Teachable Machine to recognize hand gestures in real-time using a webcam and TensorFlow.js.
- Real-time gesture recognition via webcam
- Built using Teachable Machine and TensorFlow.js
- No backend required β runs fully in-browser
- Easy to customize with your own gestures
- HTML, CSS, JavaScript
- TensorFlow.js
- Teachable Machine
- WebCam API
- Train a gesture model using Teachable Machine
- Export it as a TensorFlow.js model
- Load the model in your HTML/JS
- Use webcam input to recognize and respond to gestures.