Skip to content

RenzoTsai/PoseGNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hand Gesture Recognition with Pose Graph Neural Network

This project is a Python implementation of a pose graph neural network for hand gesture recognition using the MediaPipe Hand Landmarks model and GNN network.

Installation

  1. Clone this repository: git clone https://github.com/RenzoTsai/PoseGNN.git
  2. Navigate to the project directory: cd PoseGNN
  3. Create a virtual environment: python3 -m venv venv
  4. Activate the virtual environment: source venv/bin/activate
  5. Install the required packages: pip install -r requirements.txt

Usage

Run the main jupyter file: jupyter notebook main.ipynb. The notebook contains the code for training and testing the model.

Dataset

The dataset used in this project is the ASL Alphabet dataset. The dataset consists of images of people making sign language gestures for the 26 letters of the alphabet and 0-9 numbers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published