Skip to content

AkiiSinghal/ASL-Translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASL-Translator

American Sign Language (ASL) is a complete, natural language that has the same linguistic properties as spoken languages, with grammar that differs from English. ASL is expressed by movements of the hands and face. It is the primary language of many North Americans who are deaf and hard of hearing, and is used by many hearing people as well.

In this project we make our machine learn all the 26 Alphabets by using SVM. The code is in Python Language and using numpy and openCV.

Installations

  1. Install Python 3.6 in your system.
    • Click here to install.
  2. Now install OpenCV and Numpy.
    • pip install opencv-python

Implementation

  1. Run using python ASL.py command.
  2. First the machine get trained, which can take some time.
  3. Take it ask to ***Enter Camera number: ***
    • 0 for internal camera.
    • 1 for external webcam.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages