Skip to content

Include.AI - Sign Language Translator: A real-time communication tool leveraging computer vision and deep learning to instantly translate sign language gestures into English text. Designed to facilitate seamless interaction between sign language users and non-users, enhancing accessibility and inclusivity.

Notifications You must be signed in to change notification settings

BENi-Aditya/Indclude.AI

Repository files navigation

Include.AI - Sign Language Translator

Real-time translation of sign language gestures into English text using computer vision and deep learning.

Sign Language Translator in Action


Tech Stack

  • Python - Backend logic and AI integration
  • OpenCV - Computer vision for gesture detection

How to Run

  1. Clone the repository:

    git clone https://github.com/BENi-Aditya/Include.AI.git
  2. Navigate to the project directory:

    cd Include.AI
  3. Create and activate a virtual environment:

    python3 -m venv venv
    source venv/bin/activate  # For Windows use `venv\Scripts\activate`
  4. Install the required libraries:

    pip install -r requirements.txt
  5. Run the application:

    python app.py
  6. Open your web browser and navigate to:

    http://localhost:5000

Usage

  • Start the application and allow camera access for real-time gesture detection.
  • Perform sign language gestures in front of the camera.
  • See instantaneous translation of gestures into English text on the interface.
  • Enjoy seamless communication between sign language users and non-users.

Features

  • Real-time translation of sign language gestures into English text.
  • Integration of computer vision for accurate gesture detection.
  • Immediate response with low latency for natural conversations.
  • Enhanced accessibility for users of sign language.

Contributions

Contributions are welcome to improve this project and expand its functionalities!

To contribute:

  • Fork the repository: https://github.com/BENi-Aditya/Include.AI
  • Create a new branch: git checkout -b feature-branch-name
  • Make your changes and commit them: git commit -m 'Description of your changes'
  • Push to the branch: git push origin feature-branch-name
  • Submit a pull request

About

Include.AI - Sign Language Translator: A real-time communication tool leveraging computer vision and deep learning to instantly translate sign language gestures into English text. Designed to facilitate seamless interaction between sign language users and non-users, enhancing accessibility and inclusivity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published