Skip to content

linjewile/Donald-Trump-Brainrot-Identifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Donald-Trump-Brainrot-Identifier Gesture-Triggered Video Playback using opencv and mediapipe

Clone the repo:

git clone https://github.com/gholder513/Donald-Trump-Brainrot-Identifier.git

To run:

python app.py

A realtime webcam app that detects three custom gestures using MediaPipe Holistic (pose + hands) and triggers video playback in a second OpenCV window. Gesture detection runs continuously; when a gesture is sustained for a few frames, the corresponding “reaction” video plays.


  • Input: Your webcam (cv2.VideoCapture(0))
  • Detection: MediaPipe Holistic landmarks (nose, eyes, ears, hands)
  • Output:
    • Action Detection window: webcam feed + landmarks + status text
    • Video Playback window: plays a mapped MP4/MOV clip when an action triggers
  • Safety features:

Actions (Gestures)

Videos are mapped here, if you add more you'll need to specify in this hashmap:

ACTION_VIDEOS = { 1: "donaldTrumpScuba.mp4", 2: "donaldTrumpTakeMeThruDere.MOV", 3: "donaldTrumpHeadBobble.mov", }

enjoy!

About

test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%