You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project builds a real-time sign language recognition system using deep learning (1DCNNs & Transformers) and MediaPipe hand landmarks. It allows users to fingerspell letters/numbers or express signs for real-time translation. Pre-trained models and scripts for training/inference are included.
This notebook demonstrates an end-to-end pipeline for sign language action detection. Keypoints are extracted from video frames using Mediapipe and stored as coordinate sequences. An LSTM neural network is developed and trained to classify actions based on these sequences from live data.