Sign Language Detection
Shubham Deshmukh, Favin Fernandes, Amey Chavan

TL;DR
This paper explores two approaches for sign language detection: feature extraction with ORB and SVM, and CNN-based classification, aiming to improve image classification and facilitate deployment on Android devices.
Contribution
It introduces a dual-model approach combining traditional feature extraction with deep learning for sign language detection.
Findings
CNN model achieves high accuracy in sign language classification
ORB + SVM provides a lightweight alternative for feature-based detection
Trained CNN can be converted to TFLite for Android deployment
Abstract
With the advancements in Computer vision techniques the need to classify images based on its features have become a huge task and necessity. In this project we proposed 2 models i.e. feature extraction and classification using ORB and SVM and the second is using CNN architecture. The end result of the project is to understand the concept behind feature extraction and image classification. The trained CNN model will also be used to convert it to tflite format for Android Development.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHand Gesture Recognition Systems · Vehicle License Plate Recognition · Gait Recognition and Analysis
MethodsSupport Vector Machine
