The ISL Detection System is a web-based application that uses machine learning to recognize and classify Indian Sign Language (ISL) hand signs in real-time using webcam or image upload functionality.
- Real-time webcam-based sign language detection
- Image upload for sign language recognition
- Machine learning model powered by Teachable Machine
- Responsive and user-friendly web interface
- Instant prediction with confidence percentage
- HTML5
- CSS3
- JavaScript
- TensorFlow.js
- Teachable Machine
- MobileNet Architecture
- Model Type: Image Classification
- Platform: Teachable Machine
- Base Architecture: MobileNet
- Dataset: Indian Sign Language Dataset
MobileNets are lightweight, efficient neural network architectures designed for mobile and embedded vision applications. Key characteristics include:
- Small model size
- Low latency
- Low power consumption
- Balanced trade-off between accuracy and computational efficiency
- Modern web browser
- Internet connection
- Webcam (for real-time detection)
- Open the web application
- Wait for the model to load
- Choose detection method:
- Click "Start Webcam" for real-time detection
- Upload an image for sign recognition
- View instant prediction results with confidence percentage
- Clone the repository
git clone https://github.com/sumit-kumar-samal/ISL-Detection-System.git
- Open
index.html
in a web browser
- TensorFlow.js
- Teachable Machine
- MobileNet
- Requires modern browser support
- Performance depends on image quality and lighting
- Limited to trained sign language categories
- Teachable Machine
- TensorFlow.js
- Open-source community