Skip to content

Real Time Hand Signs Recognition using CNN and LSTM Model.

License

Notifications You must be signed in to change notification settings

VintellX/Gesture2Text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gesture2Text: An Image Processing Approach Using LSTM & CNN Models

This repository contains the code and resources for our project on comparing Convolutional Neural Networks (CNN) and Long Short-Term Memory (LSTM) models for hand gesture recognition and converting them into text.

Installation

To get started with this project, clone the repository and install the necessary dependencies.

git clone "https://github.com/VintellX/Gesture2Text.git"
pip3 install -r requirements.txt

Model Architechture

The project consists of two models:

CNN

The Convolutional Neural Network (CNN) model extracts spatial features from images using multiple convolutional layers, pooling layers, fully connected layers, and an output layer.

LSTM

The Long Short-Term Memory (LSTM) model processes sequences of spatial features extracted from image sequences, capturing temporal dependencies with LSTM layers.

License

This project is licensed under the GNU General Public License v3.0.