EDUCATION
This project is project used to detect the ASL(American Sign Language) alphabet. This is a deep learning model built using fastai libraray trained on a kaggle dataset.
1.Dataset
The training data set contains 87,000 images which are 200x200 pixels. There are 29 classes, of which 26 are for the letters A-Z and 3 classes for SPACE, DELETE and NOTHING. These 3 classes are very helpful in real time applications, and classification. The test data set contains a mere 29 images, to encourage the use of real world test images.
2. Training
3. Predictions