This is a project to recognize the American Sign Language (ASL) alphabet. The interface created allows you to translate the sign made with the ASL alphabet into sentences. This projet is part of the INF573 Computer vision class.
In order for the code to run, several dependencies have to be downloaded to your computer:
- Python 3
- pytorch:
pip install torch
- torchvision:
pip install torchvision
- cv2:
pip install opencv-python
- Numpy version at least 1.15.2
cd path/to/the/folder/ComputerVision
python3 ASL-Recognizer.py