Handwritten digit recognition using OpenCV + TensorFlow (Deep Learning)
This project implements handwritten-digit recognition using a Deep Learning model built with TensorFlow. OpenCV is used only for image preprocessing (grayscale, thresholding, contour extraction), while the actual classification is performed by a trained neural network.
The repository contains:
- Model/ β TensorFlow/Keras model and its saved artifacts
- My Handwriting *.jpeg β real handwritten samples for testing
- Notebook/script for preprocessing, prediction, and visualization