Skip to content

Jose-maina/sign_language_detection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sign Language Detection

Sign Language Detection for the Kenya Sign Language

Description:

The application works by capturing real-time video feed from a camera, processing each frame to detect hand landmarks using Mediapipe, and feeding these landmarks to the a Random Forest classifier. The model then predicts the letter represented by the hand gesture in the frame.

ksl.mp4

Requirements

pip install mediapipe
pip install opencv-python

Run the inference.py file to check how it works 👨🏽‍💻.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.4%
  • Python 0.6%