Hands Action Demo
A gesture-controlled desktop automation tool that reads hand poses from a webcam in real time and triggers OS-level actions without a keyboard or mouse.
View projectLoading...
Quick Product Uploader is a Chrome extension backed by a Django API that lets a store owner capture and submit product details directly from the browser, cutting a multi-step admin-panel workflow down to a few clicks.
Store owners needed a faster way to add products than navigating a full admin panel for every single item, especially when adding several products in one sitting.
Built a thin Chrome extension that captures product details from the browser and forwards them to a Django REST API, which owns all the actual business logic and persistence — keeping the extension simple and the backend reusable.