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.
- Python - Click here to download
- Flask 3.0.1 : Framework for Python
- OpenCV 4.7.0.68 : Library for Python
- MediaPipe 0.9.0.1 : Framework for Python
- scikit-learn 1.2.1 : Library for Python
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
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