An open API service indexing awesome lists of open source software.

https://github.com/hsymal/sign-language-detection-with-python-and-scikit-learn-main

This project focuses on detecting sign language gestures using Python and Scikit-Learn, aimed at providing a tool for real-time communication assistance for the hearing impaired. The core of the system is based on computer vision techniques to identify hand gestures and map them to their corresponding sign language alphabet or words.
https://github.com/hsymal/sign-language-detection-with-python-and-scikit-learn-main

machine-learning mediapipe opencv pickle python sign-language

Last synced: 2 months ago
JSON representation

This project focuses on detecting sign language gestures using Python and Scikit-Learn, aimed at providing a tool for real-time communication assistance for the hearing impaired. The core of the system is based on computer vision techniques to identify hand gestures and map them to their corresponding sign language alphabet or words.

Awesome Lists containing this project

README

          

Sign Language Detection with Python and Scikit-Learn

Overview
This project aims to develop a system for detecting sign language using a webcam. It utilizes the MediaPipe library for hand landmark detection and Scikit-Learn's RandomForestClassifier for sign classification. The system is capable of recognizing different signs and displaying the corresponding character on the screen.

Features

Real-time hand landmark detection using MediaPipe
Sign language classification using RandomForestClassifier
Easy to extend and add new sign classes
Simple and user-friendly interface

Prerequisites

Python 3.6 or higher,
OpenCV,
MediaPipe ,
Scikit-Learn ,
Numpy