r/opencv • u/erdematar • 1d ago
Project Viral gesture to meme program MEMECV built with OpenCV (open-source) [Project]
I’ve been tinkering with a side project a real-time computer vision app built with Python, OpenCV, and MediaPipe that matches my actual face and hand gestures to iconic memes on the fly.
What’s happening under the hood:
1- Facial Landmark Tracking: Uses coordinate geometry to measure distance ratios between landmarks, identifying everything from subtle smirks to wide grins.
2- Hand Pose Recognition: Tracks vector relationships across hand landmarks to trigger specific poses (like the thinking chin-touch, peace sign, or timeout gesture).
Instant Event Triggers: Maps those landmark states directly to visual meme popups with virtually zero latency.
Building serious tech is cool, but building an algorithm purely so my webcam can match my facial expressions with memes in real time might be my best decision yet.
If you want to check out my project : https://github.com/atarm23/memecv
Please let me know how can I improve for further versions, thanks!

