You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a Handwritten Character Recognition System using CNNs to identify digits (0-9) and uppercase letters (A-Z) from 28×28 grayscale images. Trained on an EMNIST dataset of handwritten characters, the model predicts new inputs accurately after preprocessing and normalization.