FurqanAhmadKhan/Handwritten-Digits-Recognition ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple handwritten digit recognition project in a notebook, using TensorFlow.
I want to be able to train a model on handwritten number images, save the trained model, and then use it to predict a digit from a new image. Please make it easy to follow in the notebook, with clear steps for loading the data, training, testing, and showing a few example predictions.
If it helps, you can look up current docs online while putting it together. I’d also like the project to include the saved model files so I can run predictions without retraining every time.
Are you gonna build this?
make sure you review the code using coderabbit