Teaching your webcam to read hand signs
Turns webcam hand gestures into on-screen emoji reactions so you can skip the keyboard entirely.

What it does
Emojinator captures your webcam feed, classifies your hand gesture, and overlays the matching emoji image. It is a computer-vision toy built in Python and OpenCV that maps physical hand signs to digital reactions. The repository houses three separate iterations—V1, V2, and V3—alongside the ghosts of spin-offs like Rock Paper Scissors Lizard Spock that have since moved to other repos.
The interesting bit
The README offers a textbook definition of emojis yet stays completely silent on model architecture, dependencies, or accuracy. That earnest opacity is almost charming. What is evident is that the project evolved through three iterations, with the original version exposing its own training script and application entry point.
Key highlights
- Three distinct iterations tracked in separate folders
- Recognizes roughly a dozen hand-gesture classes mapped to PNG emoji overlays
- Spawned standalone spin-offs: Rock Paper Scissors Lizard Spock and EmojiGram
- Built with Python and OpenCV using webcam input
- 500 stars, though the codebase dates to 2018
Caveats
- The README omits model architecture, dependencies, and accuracy metrics entirely
- Differences between V1, V2, and V3 are left for the reader to diff
- Several sub-projects have been moved to other repos, leaving this one structurally fragmented
Verdict
Worth a look if you want an end-to-end OpenCV gesture-recognition toy to dissect. Skip it if you need documented training pipelines or modern framework support.
Frequently asked
- What is akshaybahadur21/Emojinator?
- Turns webcam hand gestures into on-screen emoji reactions so you can skip the keyboard entirely.
- Is Emojinator open source?
- Yes — akshaybahadur21/Emojinator is open source, released under the MIT license.
- What language is Emojinator written in?
- akshaybahadur21/Emojinator is primarily written in Python.
- How popular is Emojinator?
- akshaybahadur21/Emojinator has 500 stars on GitHub.
- Where can I find Emojinator?
- akshaybahadur21/Emojinator is on GitHub at https://github.com/akshaybahadur21/Emojinator.