This project implements a multi-class image classifier using TensorFlow to recognize American Sign Language (ASL) letters from the Sign Language MNIST dataset.
- Model Type: Convolutional Neural Network (CNN)
- Dataset: Sign Language MNIST (Kaggle)
- Classes: 24 ASL alphabets (A–Y, excluding J and Z)
- Training Accuracy: ~99%
- Validation Accuracy: >95%
- Epochs: 15
- Framework: TensorFlow & Keras
This project is inspired by the DeepLearning.AI TensorFlow Developer Specialization on Coursera.
Achieved high classification accuracy using a simple CNN model, demonstrating how deep learning can help improve accessibility for the hearing impaired.