Giter VIP home page Giter VIP logo

us_sign_language_vision's Introduction

ASL Alphabet Sign Detection

ASL Alphabet Sign Detection

Introduction

This project aims to detect and recognize American Sign Language (ASL) alphabet signs in images and real-time video using deep learning and computer vision techniques. It leverages the Ultralytics YOLOv8 object detection framework and Streamlit for building an interactive web application.

Features

  • Object detection and recognition of ASL alphabet signs
  • Support for both image-based and real-time webcam-based detection
  • User-friendly web interface for easy interaction
  • Display of bounding boxes and class labels on detected signs

Requirements

  • Python 3.11
  • Streamlit
  • Ultralytics YOLO
  • OpenCV
  • PIL
  • Docker (optional)

Installation

  1. Clone the repository:
[email protected]:neevaiti/US_sign_language_vision.git
  1. Install the required Python packages:
pip install -r requirements.txt

Usage

  1. Run the Streamlit app:
streamlit run main.py
  1. Access the application via the provided URL in the terminal.

  2. Select the desired option ("Image" or "Camera") from the sidebar.

  3. Follow the instructions for image-based or webcam-based detection.

Docker

Alternatively, you can run the application using Docker for easier setup and deployment. Here's how:

  1. Pull the Docker image from the Docker Hub:
docker pull neevaiti/asl-detect-app:v1.0
  1. Run the Docker container:
docker run -p 80:80 neevaiti/asl-detect-app:v1.0
  1. Access the application by opening your web browser and navigating to http://localhost:8501.

Customization

  • You can adjust the confidence threshold and IOU values in the code to change the detection accuracy and speed.
  • To modify the appearance of bounding boxes and class labels, you can change the colors and text properties in the transform and draw_preds methods of the VideoTransformer class.

License

This project is licensed under the MIT License.

Acknowledgements

Authors

us_sign_language_vision's People

Contributors

neevaiti avatar

Stargazers

 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.