Skip to content

seoyoungcho213/Sign2text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Sign2text

Sign2text detects hand motion from the webcam, then translates sign language to text.

Goal features:

  • Hand Gesture Recognition
  • Hand Sign Detection
  • Motion Detection from the Webcam

Usage

Dependencies

  • Development environments optimized for VS Code

  • Developed in Python

  • opencv

  • numpy

  • math

  • pyautogui

Setting up the environment and packages:

Creating and activating anaconda environment:

conda create -n "handgesture" conda activate handgesture

Installing packages:

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

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages