Skip to content

Latest commit

Β 

History

History
12 lines (8 loc) Β· 608 Bytes

File metadata and controls

12 lines (8 loc) Β· 608 Bytes

OpenCV Number Handwriting

Handwritten digit recognition using OpenCV + TensorFlow (Deep Learning)

πŸ“‹ Overview

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