This project trains and tests a simple neural network on the MNIST dataset using TensorFlow (CPU version) and Keras.
git clone https://github.com/Andrew-Aniagboso/mnist-tensorflow-project.git
cd mnist-tensorflow-projectpython -m venv .venv
.\.venv\Scripts\activatepip install -r requirements.txtpython load.pyPython 3.10 TensorFlow CPU 2.18 Keras 3.5+ NumPy 1.26