Back to Works
2024 ML / CV Python MediaPipe HCI OpenCV

Morse Gesture Input

A hand-gesture interface for entering Morse code that converts to text in real time. Uses MediaPipe hand tracking — no physical keyboard required.

Full write-up coming soon — Detailed documentation for this project is currently being prepared.

Overview

This HCI (Human-Computer Interaction) project explores an alternative input method for users with physical constraints or in situations where a keyboard is impractical. By holding the hand up to a webcam and making simple gestures, the user enters dots and dashes that are decoded into alphanumeric characters in real time. The system runs entirely on a standard laptop CPU with no specialised hardware.

Key Technologies

Status

Working prototype stage. A demo video and link to the code repository will be added to this page shortly.