Sign2text detects hand motion from the webcam, then translates sign language to text.
- Hand Gesture Recognition
- Hand Sign Detection
- Motion Detection from the Webcam
-
Development environments optimized for VS Code
-
Developed in Python
-
opencv
-
numpy
-
math
-
pyautogui
conda create -n "handgesture" conda activate handgesture
conda install numpy conda install math
conda install pyautogui (not working) pip install autogui (working)
conda install opencv (not working) pip install opencv-python working