Skip to content

Pragati-cloud/Python_Sign_Language_Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Python_Sign_Language_Detection

๐ŸคŸ Sign Detection using Python, OpenCV, and scikit-learn This project implements a real-time hand sign recognition system using a webcam feed. It leverages Mediapipe for hand landmark detection and scikit-learn (with a trained Random Forest Classifier) for gesture classification.

๐Ÿ”ง Tech Stack Python

OpenCV โ€“ for video capture and display

Mediapipe โ€“ for hand landmark detection

scikit-learn โ€“ for model training and prediction

NumPy โ€“ for numerical operations

SciPy โ€“ for preprocessing or support functions

Pickle โ€“ to load the trained model

๐Ÿ“ฆ Features Detects hand landmarks in real-time from webcam input

Classifies custom hand signs (e.g., 'A', 'B', 'L')

Draws bounding boxes and labels on the detected hand

Lightweight and runs on CPU with TensorFlow Lite backend

๐Ÿš€ How It Works Capture video feed using OpenCV.

Detect hand landmarks using Mediapipe.

Extract features by normalizing landmark positions.

Predict the gesture using a pre-trained RandomForestClassifier.

Display the predicted gesture on the video frame.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages