Skip to content

Repository files navigation

sign-language-detector-flask-python

This project aims to create a sign language translator using machine learning techniques and Python programming. The application utilizes various modules, primarily Mediapipe, Landmark, and Random Forest algorithms to interpret and translate sign language gestures into text or spoken language.

Project Overview

Sign language is a crucial form of communication for individuals with hearing impairments. This project focuses on bridging the communication gap by creating a tool that can interpret sign language gestures in real-time and convert them into understandable text or speech.

Features

  • Real-time sign language recognition: Captures hand gestures using the Mediapipe library to track landmarks and movements.
  • Landmark analysis: Utilizes Landmark module to extract key points and gestures from hand movements.
  • Machine learning translation: Employs Random Forest algorithm to classify and interpret gestures into corresponding text or spoken language.

Usage

  1. Installation:
 #Clone the repository
 git clone https://github.com/Addy0000/ASMP_Project.git
 
 #Navigate to the project directory
 cd ASMP_project
  1. Install the required dependencies using the following command:
  pip install -r requirements.txt
  1. Run the application:
 python app.py
  1. Interact with the translator :
  • Activate the camera for real-time gesture recognition.
  • Perform sign language gestures in front of the camera.

Screenshots

Home Page

Screenshot (50)

ASL Language

hand-signs-of-the-ASL-Language.png

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages