Section 01
[Introduction] Core Overview of the CNN-Based American Sign Language Recognition System
Project Core Overview
This project was released by Tao-feek001 on GitHub on June 6, 2026 (repository name: Hand-Sign-Recognition-Using-CNN). It aims to recognize 24 static gestures of American Sign Language (ASL) (A-Y excluding J/Z) using deep learning. The project compares three CNN architectures: baseline CNN, regularized custom CNN, and MobileNetV2 transfer learning model adapted for grayscale input. It covers the complete workflow including dataset preprocessing, experimental design, interpretability analysis, and reproducibility guarantees. The custom CNN was finally selected as the optimal solution, balancing accuracy and computational efficiency.