Git Product home page Git Product logo

asl's Introduction

Hand Sign Detection using TensorFlow Lite and Flask

This project demonstrates hand sign detection using TensorFlow Lite and Flask. It captures video frames, performs hand sign detection using a pre-trained TensorFlow Lite model, adds a unique number to the frame, and displays the processed frames in a web interface using Flask.

Features

  • Capture video frames and perform hand sign detection.
  • Display processed frames in a web interface using Flask.
  • Add unique identifiers to each processed frame.
  • Store processed frames on the server.

Getting Started

Prerequisites

  • Python 3.10
  • Virtualenv (optional but recommended)

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/hand-sign-detection.git
    cd hand-sign-detection
  2. (Optional) Create and activate a virtual environment:

    python3 -m venv venv
    source venv/bin/activate
  3. Install the required dependencies from requirements.txt:

    Copy code
    pip install -r requirements.txt

Running the Application

  1. Start the Flask application:
python app.py
  1. Open your web browser and navigate to http://127.0.0.1:5000 to access the web interface.

  2. Follow the instructions on the web interface to capture and process hand sign frames.

Usage

  • Follow the on-screen instructions to capture video frames.
  • The processed frames will be displayed with unique numbers added.
  • You can view the stored processed frames in the processed_frames folder.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow the guidelines in CONTRIBUTING.md.

License

This project is licensed under the MIT License - see the LICENSE file for details.

asl's People

Contributors

singhjagpreet096 avatar

Watchers

Dev avatar  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.