Skip to content

A handwriting text identifier model built using Convolutional Neural Networks (CNNs) to recognize handwritten digits from images. The project includes preprocessing steps like grayscale conversion, resizing, and normalization, followed by digit classification with a trained CNN using TensorFlow and OpenCV.

Notifications You must be signed in to change notification settings

abdullahdarofficial/Hand_Writing-Digit-Classification-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Hand_Writing-Digit-Classification-Model

Handwriting Text Identifier Model

This project demonstrates a handwriting text identifier model built using Convolutional Neural Networks (CNNs), trained to recognize handwritten digits similar to the MNIST dataset. The model processes images by:

Converting to grayscale Resizing to 28x28 pixels Normalizing pixel values Using CNN for digit classification The project includes data preprocessing, model training, and prediction steps implemented in Python using TensorFlow and OpenCV. You can download the pre-trained model, upload an image for prediction, or run it locally for optical character recognition (OCR) applications.

About

A handwriting text identifier model built using Convolutional Neural Networks (CNNs) to recognize handwritten digits from images. The project includes preprocessing steps like grayscale conversion, resizing, and normalization, followed by digit classification with a trained CNN using TensorFlow and OpenCV.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published