Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.5 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.5 KB

SignSage

ℹ️ About

SignSage uses advanced technology to create a real-time sign language interpreter that accurately recognizes and translates sign language gestures. Its goal is to make sign language accessible to everyone, regardless of their familiarity with the language.

📋 Requirements

  1. Python - Click here to download
  2. Flask 3.0.1 : Framework for Python
  3. OpenCV 4.7.0.68 : Library for Python
  4. MediaPipe 0.9.0.1 : Framework for Python
  5. scikit-learn 1.2.1 : Library for Python

🛠️ Installation

Create a copy of this repository on your local system and run the following commands on Terminal / CMD
(Make sure that Python is pre-installed in your system!)

  pip install Flask
  pip install opencv-python==4.7.0.68
  pip install mediapipe==0.9.0.1
  pip install scikit-learn==1.2.1

  python app.py

🔗 Link

Flask 3.0.1 : Click Here
opencv-python 4.7.0.68 : Click Here
mediapipe 0.9.0.1 : Click Here
scikit-learn 1.2.1 : Click Here