Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project uses MediaPipe hand tracking and a neural network to recognize hand gestures and answer questions through gesture-based interaction.

Features

  • Real-time hand tracking using MediaPipe
  • Hand sign classification using a trained TensorFlow model
  • Custom model trained on extracted hand landmarks (63 features)
  • Supports one-hot encoded label training with image folders

Requirements

  • Python 3.11
  • pip (Python package installer)
  • A webcam (for real-time detection)

Setup Instructions

git clone https://github.com/junaid-pathan/signlanguage.git
cd signlanguage

If you do not have 3.11, create a virtual environment using this in your command prompt
# Linux/macOS
python3.11 -m venv venv
source venv/bin/activate

# Windows
python3.11 -m venv venv
venv\Scripts\activate


DOWNLOAD ALL THE REQUIRED PACKAGES BY RUNNING : pip install -r requirements.txt

FINALLY RUN THE modeL_for_gesture.py

About

FingerSolve is an AI-powered web application that transforms the way users engage with basic arithmetic by using hand gestures instead of typed answers

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages