383 skills found · Page 12 of 13
limgm / Flappy MediapipeControl Flappy Bird with MediaPipe Hand Tracking
kyomangold / AI GestureControlControl your computer using hand gestures with AI, using Google's MediaPipe and OAK-D Lite camera.
JumppanenTomi / HandWaveHarness the power of your hand gestures to effortlessly control your computer with Handwave, an AI-based application that utilizes Google MediaPipe for gesture recognition and face landmarking.
tanvi799 / Hand Gesture Calculator Virtual Calculator Using Hand Gestures - Powered by Python, OpenCV, and MediaPipe
Shlok-crypto / Hand Detection Real Time 30fpsHand Detection System utilizing deep learning library from MediaPipe by Google
amiroooamiran / Body DitectionAI Face Body and Hand Pose Detection with Opencv-Python and Mediapipe
arpanjot-uk / Sign Language Computer VisionA computer vision-based sign language recognition system using MediaPipe and neural networks to classify static and dynamic hand gestures for real-time applications.
lht-ryu / Mediapipe Hand Image ProcessorUsing mediapipe to recognize the hand of a person image and generate annotated images
gaurav-aditya / Computer AutomationComputer Automation using OpenCv and MediaPipe - Virtually controlling computer using hand-gestures and voice commands.
algonacci / LED Control With Hand TrackingThe source code of IoT project to control LED with Hand Tracking with Mediapipe & CVZone
alexsmirnov6 / CvgamingControl in games via webcam, mediapipe and gradient boosting
Aayush9027 / Herculean HandAn AI-based application which let us do tasks by moving our Hand in Air .It is developed in python using OpenCv and MediaPipe
JaspreetSingh-exe / Sign Language Recognition SystemSign Language Recognition System is an AI-powered application that enables real-time sign language recognition using MediaPipe and an MLP model. It captures hand gestures, extracts landmark features, and predicts sign language letters dynamically. The project also explores MobileNetV2 and aims to expand into Text-to-Sign Language generation.
A gesture-controlled robotic arm powered by Arduino Uno and MediaPipe. Control movements and gripper actions using hand gestures with real-time computer vision processing in Python
Zohaib-Sathio / Smart Gestures ControlThis repository provides a robust solution for controlling your mouse and audio volume using hand gestures, leveraging the advanced features of Mediapipe and OpenCV. With real-time hand tracking and gesture recognition, users can effortlessly browse through the system and adjust volume levels by simply moving their hand.
MahdisSep / Realtime RPS CV GameReal-time two-player Rock-Paper-Scissors game using YOLOv8 and MediaPipe for hand gesture recognition, featuring unique rules for movement and cheating detection. Export to Sheets
emanmunir / Raised Hand DetectionA real-time hand raise detection application using MediaPipe, OpenCV, and Streamlit. It detects when a user raises their hand in front of a webcam and provides visual feedback. Ideal for interactive educational sessions, meetings, and gesture recognition experiments.
WWIIITT / Jujutsu Kaisen Domain ExpansionAn AI-powered hand gesture recognition system for Jujutsu Kaisen's Domain Expansions. Uses MediaPipe and Random Forest to detect real-time hand signs, supporting Gojo, Sukuna, and Megumi's techniques with visual feedback, cross-platform compatibility, and custom training options.
martijnfolmer / Racing Game Control With MediapipeThese scripts use the Google mediapipe hand tracking solution in combination with a webcam in order to send game instructions to a racing game. It features 2 methods of control
kavin-raja-d / Sign Language ModelThis project is designed to classify hand gestures using a webcam and a pre-trained RandomForest model. The gestures are captured using OpenCV, processed with MediaPipe for landmark detection, and classified with the RandomForest algorithm.