Skip to content

Latest commit

 

History

History
31 lines (12 loc) · 1.98 KB

README.md

File metadata and controls

31 lines (12 loc) · 1.98 KB

Real-Time-Gesture-Recognition

Image Recognition is the task of identifying objects of interest within an image and recognizing which category they belong to. The common goal of image recognition is the classification of detected objects into different categories.

This repository contains project I've done during the course work. The primary objective of this project is to build a Real-Time Gesture Recognition (Classification) Model. This model can be proposed as a baseline model for sign interpreter, which automatically converts sign language into written output to make communication for dumb people easy.

Both the training and testing data are stored as 785 columns where the first column 'label' contains numbers 0 - 25 representing letters of the alphabet and the remaining 784 columns contain values (0 - 255) which correspond to pixel intensities for the 28x28 pixel images of each sign language hand gesture.

Снимок экрана 2022-01-01 в 22 40 06

Снимок экрана 2022-01-01 в 22 40 16

The final CNN model achieved 100% accuracy:

Снимок экрана 2022-01-01 в 22 59 06

demog

short2

short3