#python #programming #tensorflow this video I show how to build a real time sign language recognition system using Google's Mediapipe framework and Tensorflow in python. We'll be using an open-source github repo which allows us to easily train a Keras neural network to detect our own custom hand gestures, and it runs remarkably well on a CPU.
Github repo (translated to English) :https://github.com/kinivi/hand-gesture-recognition-mediapipe
Github repo (original version in Japanese) : https://github.com/Kazuhito00/hand-gesture-recognition-using-mediapipe
Chapters:
0:00 Video structure
0:30 High level overview of the project
2:18 Github repo
3:28 Requirements
6:28 Collecting data
8:25 Training
9:43 Testing
Requirements:
mediapipe
scikit-learn
tensorflow
numpy
pandas
matplotlib
opencv-python
seaborn
Download
0 formats
No download links available.
Real Time Sign Language Recognition using Python | Computer Vision #python | NatokHD