MNIST Digit Classifier
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.
Usage
Load the model using TensorFlow/Keras:
from tensorflow import keras
model = keras.models.load_model("mnist_model.keras")
Author
Uploaded by Suresh Krishnan for Educosys Hackathon.
- Downloads last month
- 321