Skip to content

KhushiSinghvi/Sign_Language_to_text

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Sign_Language_to_text

SIGN LANGUAGE TO TEXT CONVERT SIGN LANGUAGE (HAND SIGNALS) TO TEXT IN REAL-TIME

Introduction: American Sign Language (ASL) is a natural language that serves as the predominant sign language. ASL possesses a set of 26 signs known as the American manual alphabet, which can be used to spell out words from the English language. The objective of this machine learning project is to classify these hand signals and map them to text in real-time. Data: Dataset for Sign Language to Text conversion is obtained from the ASL alphabet, Image Data set for alphabets in the American sign language https://www.kaggle.com/datasets/grassknoted/asl-alphabet

Approach:

  1. We obtain the dataset from the ASL alphabet, Image Data set for alphabets in the American sign language.

  2. Dataset preprocessing/cleaning(maximizing its information content) +Data augmentation(zooming ,rotating)+ Data Visualization using Matplotlib.

  3. Using the CNN approach for training the model on the above-augmented data.

  4. Using OpenCV we are getting the bounding box of hand signals in the webcam. Then we feed these boxes to the trained model for classification.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%