01 / 04Computer vision · Real-time
Real-time Sign Language Translation
[One sentence: what it does and for whom, e.g. Live camera-to-text translation of ASL fingerspelling and common signs at 30 fps on a laptop.]
- Year
- [2025]
- Role
- [Lead developer · vision pipeline, UI]
- Team
- [Solo / 3 people]
- Tools
- [Python, PyTorch, MediaPipe, OpenCV]
- Links
- GitHubDemo video

Still · live demo (1600×900)replace
01Context
[2–3 sentences of context: who signs, why real-time matters, what existed before and where it fell short.]
[One sentence on the scope you set: vocabulary size, latency budget, hardware target.]
02What I built
- [Built the capture → landmark → sequence model pipeline end to end]
- [Designed the temporal model / chose the architecture and why]
- [Collected or curated the dataset: N signers, N clips]
- [Built the demo UI and ran the user test]
03How it works
[Paragraph: the key technical idea, in plain words first, then the specifics. Name the trade-off you made for latency.]
[Paragraph: how you validated it as you went.]
Figure · pipeline diagramreplace
Figure · resultsreplace
04Outcome
| top-1 accuracy on [N] signs | [92%] |
|---|---|
| end-to-end latency | [45 ms] |
| signers in the test set | [12] |
[What the numbers mean and where it still fails. Honest limits read well.]
[Optional one-line pull quote from a user or from you.]
05Reflection
[Two or three sentences: what you would do differently, what surprised you, what this made you want to study next.]