Code Monkey home page Code Monkey logo

gestrure2text's Introduction

Gesture2Text

Gesture2Text

Gesture2Text is a machine learning model integrated with Google Meet to enable real-time gesture detection for inclusive communication during meetings.

Overview

  • Detects gestures in real time.
  • Facilitates communication for differently-abled individuals.
  • Integrates seamlessly with Google Meet.
  • Front-end built with React; back-end powered by Flask.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js and npm: Install Node.js and npm to run the React front-end.
  • Python and Flask: Install Python and Flask for the back-end.
  • Webcam Access: Ensure your system allows access to the webcam for gesture detection.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/Gesture2Text.git
  2. Front-end (React) setup:

    cd Gesture2Text/frontend
    npm install
    npm start
  3. Back-end (Flask) setup:

    cd Gesture2Text/backend
    pip install -r requirements.txt
    python app.py

Usage

  1. Start the React development server:

    cd Gesture2Text/frontend
    npm start
  2. Run the Flask back end:

    cd Gesture2Text/backend
    python app.py
  3. Access Gesture2Text:

    Open your web browser and visit http://localhost:3000 to access Gesture2Text.

Demo

Watch a demo of Gesture2Text

License

This project is licensed under the MIT License.


Replace the placeholders as follows:

- **Image URL:** Replace `https://example.com/your-image.jpg` with the actual URL of your project's image.
- **GitHub Repository URL:** Replace `https://github.com/yourusername/Gesture2Text.git` with your GitHub repository URL.
- **Demo Video URL:** If you have a demo video, replace `https://example.com/demo-video` with the actual URL.
- **Contribution Guidelines:** If you have specific contribution guidelines, create a `CONTRIBUTING.md` file and link to it.
- **License:** Specify the actual license your project is under, or if it's MIT, keep it as is.

gestrure2text's People

Contributors

cyb3rghoul 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.