Skip to content

Computer Vision; Deep LSTM Neural Network implemented with TensorFlow, OpenCV, Keres. LSTM NN was built on MediaPipe's pose & hands models for body detection

Notifications You must be signed in to change notification settings

ArminSmajlagic/Real-Time-Hand-Gesture-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Human Hand Gesture Recognition Software

This is computer vision; real-time hand gesture recognition software implemented in Python and TensoFlow. Computer vision is a subfield of artificial intelligence (AI) that enables computers to “see” by deriving meaningful information from digital images, videos and/or act based on their perception.

First, I used MediaPipe's pose and hands ML model to detect and extract fetures of my hands and body pose. On top of that model I built LSTM neural network that learns those fetures (landmarks/keypoints) and later recognises them. You can train then deep LSTM neural network with your own hand gestures, or reuse my pre-trained model stored in .H5 file.

Hand gestures that the .H5 pre-trained model can detect:

  • Like 👍
  • Ok 👌
  • Hello 👋

Illustration of machine learning pipeline

Author: Armin Smajlagić

About

Computer Vision; Deep LSTM Neural Network implemented with TensorFlow, OpenCV, Keres. LSTM NN was built on MediaPipe's pose & hands models for body detection

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages