Sign Language
Sign Language
GUIDED BY:-
Prof. Hitesh Barot
Department of Computer Engineering
and Information Technology
Team Members:
A. Data
Collection:
1.Gesture Definition
• The first step in data collection is to define the scope of the gestures that the
system will recognize. This project focuses on basic sign language gestures
such as “cat”, “food” and “help”.
• Clearly defining the gestures helps in organizing the data collection process
and ensures that all necessary gestures are included.
2.Data Capturing:
1.Frame Extraction:
• If data is in video format, the videos are converted into individual frames. This
involves extracting a sequence of images from each video file.
2.Resizing:
• The extracted frames or captured images are resized to a consistent size, such as
64x64 pixels. This ensures uniformity and reduces computational complexity.
3.Normalization:
• The pixel values of the images are normalized to a range of [0, 1] by dividing by
255. Normalization helps in accelerating the training process and achieving better
convergence.
4.Labeling: