Thumbs Up / Thumbs Down Gesture Classification

This project demonstrates how to build a custom deep learning classification model to detect thumbs-up and thumbs-down gestures using the Jetson Nano (or any OS: Windows, Mac, Linux). The workflow is simple: Capture dataset → Train model → Test with live camera feed, teaching the complete deep learning pipeline from scratch. What makes this project unique is that it focuses on creating your own dataset, not just using a pre-trained model — making it easily extendable for gesture-controlled robots, automation, and human–machine interaction.

Features

Components Used

Learning Milestones (What this repo teaches you)

Working

Working

Code & Installation

My Learnings