Archive Project
PaintTrix
Gesture-based drawing powered by pose estimation.
A Python application that lets users draw on-screen through controlled hand movements.
PythonTkInterPose estimation
What it does
PaintTrix turns pose estimation into a playful drawing interface, using camera input as the control surface.
It was a good example of building a lightweight product around a novel interaction model.
Technical focus
The project combined computer-vision inputs with a desktop application flow, which meant thinking carefully about responsiveness and user feedback.
Even in a smaller build, the challenge was translating model output into something stable enough for a person to actually use.