Skip to content

Real-time sign language detection using Python, OpenCV, and TensorFlow to help non-verbal users communicate through gestures.

Notifications You must be signed in to change notification settings

TamizhSK/MarkSense

Repository files navigation

MarkSense👋 : Sign Language Detection

MarkSense is a real-time sign language detection system designed to assist individuals with speech impairments. It uses machine learning to recognize gestures and translate them into meaningful output.

Features

  • Real-time gesture recognition
  • High accuracy with TensorFlow & Mediapipe
  • Custom gesture training support
  • Cross-platform compatibility
  • Lightweight, user-friendly interface

Tech Stack

  • Python, OpenCV, NumPy
  • TensorFlow, Keras, Mediapipe
  • Anaconda3 (recommended environment)

Getting Started

  1. Clone the repository:
    git clone https://github.com/yourusername/marksense.git
    cd marksense
    
  2. Install dependencies in a virtual environment:
python -m venv test_env

test_env\Scripts\activate

pip install -r packages.txt
  1. Collect gesture data:
python datacollection.py
  1. Test the system:
python test.py

Contributing & Feedback

Feel free to open issues or submit PRs!

About

Real-time sign language detection using Python, OpenCV, and TensorFlow to help non-verbal users communicate through gestures.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages