GitHunt
JS

JSALT2024/sdaia-demo

Sign Language Recognition - Alphanumerals in SAUDI SL

sdaia-demo

Sign Language Recognition - Alphanumerals in SAUDI SL

This demo is a proof of concept for the recognition system of the SAUDI SL. It uses YoloV8, MediaPipe and DINO in the backend, trained on the SAUDI SL dataset from Mohammad Alghannami and Maram Aljuaid.

Find the demo at HuggingFace spaces

How to run locally

  1. Clone repository
git clone https://github.com/JSALT2024/sdaia-demo.git
  1. Install dependencies
pip install -r requirements.txt
  1. Run the demo
python app.py
  1. Open http://127.0.0.1:7860/

  2. You are good to go! Upload any image or use your webcam ๐Ÿ“ท

Languages

Python100.0%

Contributors

MIT License
Created December 12, 2024
Updated December 19, 2024
JSALT2024/sdaia-demo | GitHunt