Code Monkey home page Code Monkey logo

sign-language-detection's Introduction

Sign Language Detection Project

Overview

The Sign Language Detection Project is designed to automatically interpret sign language gestures and translate them into corresponding letters or numbers in real-time. This project includes two main Python scripts, build_model.py and test_model.py, making it easy to build and deploy a sign language recognition model.

Project Components

1. Data Collection and Preprocessing

  • Hand sign photos have been collected and transformed into CSV files.
  • The dataset has been divided into training and testing subsets for model evaluation.

2. Model Building

  • build_model.py reads and normalizes the dataset, and generates addition data from current dataset.
  • A deep learning model is constructed, trained, and saved in the "Resources" folder.

3. Real-time Sign Language Detection

  • test_model.py is used to test and deploy the model for real-time sign language detection.
  • The script accesses the camera feed to recognize and interpret signs.

Dependencies

Ensure you have the following dependencies installed:

  • Python (3.x)
  • numpy
  • pandas
  • tensorflow (or keras with tensorflow backend)
  • scikit-learn
  • opencv-contrib-python

You can install these dependencies manually or use the provided signlanguage.sh script for automated setup.

Usage

To run the project, simply execute the signlanguage.sh script. This script automates virtual environment setup, dependency installation, and model execution. It simplifies the process of running the sign language detection model with real-time camera input.

Firstly clone the repository

git clone [email protected]:Krakenmaregit/Sign-Language-Interpretor.git

To provide execution permission to the script, use:

chmod u+x signlanguage.sh

Lastly execute the script

./signlanguage.sh

Issues and Contributions

If you encounter issues or have suggestions for improvements, please feel free to open an issue in the project repository. Contributions and enhancements are also welcome through pull requests.

sign-language-detection's People

Contributors

mihirsahani avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.