AaronJames95/MNIST_Digit_Classifier
0
1---2title: MNIST Digit Classifier3emoji: ๐ข4colorFrom: pink5colorTo: purple6sdk: gradio7sdk_version: 5.25.08app_file: app.py9pinned: false10---11 12# MNIST Digit Classifier13 14This app lets you draw a digit (0โ9) on a sketchpad and uses a ResNet18 model trained on the MNIST dataset to classify it in real-time.15 16Built with FastAI + Gradio.17 18Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference19 