382 skills found · Page 7 of 13
UtkarshPrajapati / Game Controller Using Hand GesturesIt is a Hill Climb Racing Game Controller. The game runs as we move our hand in front of the Primary Camera. It uses Machine Learning to infer 21 3-Dimensional Landmarks of our hand using Mediapipe's State-of-the-art techniques.
webdevpathiraja / Hand Gesture Sign Detection ProjectThis project uses OpenCV and MediaPipe to detect and classify hand gestures in real-time. The system utilizes computer vision and machine learning-based hand tracking to analyze hand landmarks and classify gestures accurately. Ideal for applications in human-computer interaction, gesture-based control, and sign language interpretation.
tdcolvin / MediaPipeCameraXDemoDemonstration of CameraX's ImageAnaysis use case with MediaPipe's tasks-vision library, to provide a hand gesture recogniser
grebtsew / ARFloorplanDemoThree unity projects for testing the potential of FTB-library, Mediapipe and AR foundation.
nuttysunday / Hand Gesture RecognitionNo description available
bugman-007 / AI Canvas Virtual PainterThis project is a virtual drawing canvas that allows you to draw on the screen using hand gestures captured through your webcam. The application uses the OpenCV and Mediapipe libraries to track hand movements and recognize gestures, which are then translated into drawing actions on the canvas.
shubham0204 / AirDrawing MediaPipe AndroidA fun demo for the MediaPipe Hands solution
Cygra / Hand Gesture WhiteboardUsing Mediapipe and Nextjs to detect hand gesture and draw lines like a whiteboard.
morianrojas / Robotic Hand Controlled By Different InterfacesSchool project mechatronics engineering Universidad Tecnológica de Tijuana. Robotic hand 3D printing, exoskeleton 3D printing, HMI with LabVIEW, arduino DUE, Mediapipe with python for hand gesture recognition
laplaces42 / Sign Language InterpreterMachine learning and computer vision project that can interpret ASL
PhucHuwu / Vision PointerEye Control Pointer is a computer vision application that tracks eye movements to control the mouse cursor. Using OpenCV, MediaPipe, and PyAutoGUI, it enables hands-free interaction by moving the cursor with eye motion and performing clicks by blinking, enhancing accessibility and usability.
sw-song / RealTime Gesture VolumeControlComputer Vision, Pose Estimation, Python
Vibhugupta10616 / Volume Hand ControlA Hand Gesture Volume Control application made using OpenCV & Mediapipe
DaeyunJang / Robot Hand Tracking ROS2Moved to https://github.com/DaeyunJang/Mediapipe-Hand-ROS — this repo is archived. Hand tracking using camera and 6-axis robot arm with ROS2
sharmavaibhav31 / Air NotepadAir Notepad: A Simple jupyter notebook that lets users write/draw on a virtual whiteboard using hand gestures. Utilizes MediaPipe's Hand Landmarker model for real-time tracking. Detected gestures are processed to draw or convert handwriting to text.
KARTIKRATHOD2005 / Hill Climb Racing Hand GestureThis game allows players to control the classic Hill Climb Racing using hand gestures, with OpenCV and MediaPipe for real-time hand tracking. Accelerate and brake by simply using an open hand or a closed fist, creating an immersive, touch-free gaming experience!
Shriyam-Avasthi / Virtual WhiteboardA project to draw on live webcam video and share it to other softwares via OBS Studio. It uses mediapipe library to detect and track hand landmarks.
a1445605672 / Yolov5 With MediaPipeThis repository is used to store the code that uses the combination of mediapipe and yolov5, which realizes the detection of a specific area with yolo around the hand detected by mediapipe
PB3002 / Control Things With Hand GestureA small project I did while learning about Computer Vision. It enables hand gestures to control functions like light bulbs, computer speakers, mice, and fans using Python and Mediapipe. 🖐️💡🔊🖱️🌬️
venkat-0706 / Air DrawingA real-time hand gesture drawing app using Python, OpenCV, and MediaPipe to draw, erase, and switch colors on a canvas using finger gestures via webcam.