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
I built a real-time sign language detector using Python, OpenCV and MediaPipe that collects hand gesture images, extracts the positions of 21 hand landmarks, trains a Random Forest Classifier to recognise each letter of the alphabet, and then uses a live webcam feed to predict which letter you are signing in real time