#451 · Primary category: Computer Vision
Sign-Language
A very simple CNN project to recognize gestures made in American Sign Language
Project last updated:08/07/19
GitHub Stars
822
Forks
357
Contributors
6
License
Other
Why we included this project
This project walks you through building a gesture recognizer for American Sign Language from scratch, and it's best treated as a learning exercise rather than something to drop into production. The author shows the whole pipeline: capturing 44 hand gestures with OpenCV, flipping the images to double the dataset, training a small CNN with TensorFlow and Keras, then pointing the trained model at a live webcam feed. The code is short enough to read in one sitting, and the README explains what each script does, including practical touches like a hand-skin histogram for segmentation and confusion-matrix reports. If you're curious how a tiny convolutional network gets wired to real video input, this is a good place to start. Just expect to extend the model and capture scripts yourself, since the repo is a template for experiments, not a finished app.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)