ER

Python App

OG Emoji Reactor

95% Match2024

Real-time facial expression and pose detection via webcam. Smile โ†’ ๐Ÿ˜Š. Raise hands โ†’ ๐Ÿ™Œ. Stay still โ†’ ๐Ÿ˜. Powered by MediaPipe.

About

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.

Highlights

  • โœ“MediaPipe Face Mesh detects 468 facial landmarks in real time
  • โœ“MediaPipe Pose tracks full-body skeleton
  • โœ“Raises hands โ†’ ๐Ÿ™Œ, Smile โ†’ ๐Ÿ˜Š, Neutral โ†’ ๐Ÿ˜
  • โœ“Runs fully local โ€” no cloud, no latency
  • โœ“Customisable: swap emoji images or tune thresholds
  • โœ“Pure Python with zero web dependencies
  • โœ“Works with any webcam
Genre: Computer Vision, AI/ML, Python, Fun
Tech: Python 3, OpenCV, MediaPipe, NumPy
Status: Live
By: Ethan Falik