Skip to content

Python project to translate ASL language to text with YOLO and Resnet

Notifications You must be signed in to change notification settings

solinehayes/ASLRecognizer

Repository files navigation

American Sign Language Recognizer

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.

Setup

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

Run

cd path/to/the/folder/ComputerVision
python3 ASL-Recognizer.py

About

Python project to translate ASL language to text with YOLO and Resnet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published