This project implements a convolutional neural network (CNN) to classify handwritten digits from the MNIST dataset. The model is trained on the MNIST training set and evaluated on the test set. The project demonstrates the application of deep learning techniques for image classification tasks.
Make sure you have the latest version of Python installed.
git clone <repo-url>pip install -r requirements.txtpython main.py