Python App
Real-time facial expression and pose detection via webcam. Smile โ ๐. Raise hands โ ๐. Stay still โ ๐. Powered by MediaPipe.
Uses MediaPipe's Face Mesh and Pose detection to track your expressions and body language through your webcam in real time. The app overlays matching emojis on screen as you move โ a smile triggers ๐, raising both hands shows ๐, and a straight face defaults to ๐. Built entirely in Python with OpenCV for video capture. Fully customizable: swap in your own emoji images or adjust detection thresholds. An original project that proves computer vision can be fun.