This model is trained on the MNIST dataset to recognize handwritten digits (0–9).
It uses a simple CNN architecture and is saved in Keras format.
from tensorflow import keras
model = keras.models.load_model("mnist_model.keras")
Uploaded by Suresh Krishnan for Hackathon.