Quick Product Uploader
A Chrome extension paired with a Django API that lets a store owner upload products in bulk without touching an admin panel.
View projectLoading...
Hands Action Demo is a real-time computer vision pipeline that detects hand gestures — thumbs up, peace sign, open palm, fist, swipes, and more — and maps each one directly to a desktop action: opening Chrome, switching tabs, taking a screenshot, or playing a system sound, all triggered purely by hand movement.
Most desktop automation still assumes a keyboard and mouse, even for simple, repeatable actions like switching tabs or taking a screenshot. There was no lightweight way to trigger common OS-level actions purely from hand gestures.
Built a pipeline that captures webcam frames, runs MediaPipe Hands with TensorFlow Lite for fast landmark detection, classifies the pose against a defined gesture set, and dispatches the matching action through PyAutoGUI, winsound, and OS-specific subprocess calls.