Skip to content

ritimx/Handwritten-Digit-Recognition-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handwritten Digit Recognition Model

This repository provides a Python implementation of a handwritten digit recognition model using the Keras deep learning library. The model, trained on the MNIST dataset, achieves high accuracy on the test set.

Overview

The project demonstrates how to build, train, and evaluate a convolutional neural network (CNN) for digit recognition. The workflow includes loading the dataset, normalizing and reshaping the data, building the model, training it with callbacks, and evaluating its performance.

Prerequisites

Make sure you have the following Python packages installed:

  • numpy for numerical computations
  • matplotlib for plotting images
  • tensorflow for Keras API and model training

You can install these dependencies using pip:

  pip install numpy
  pip install matplotlib
  pip install tensorflow

Screenshots

App Screenshot

License

MIT

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

About

Handwritten Digit Recognition Model using Keras and MNIST dataset.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published