CoolFace
Apppublic

AaronJames95/MNIST_Digit_Classifier

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
README.md19 linesDownload Raw Back to root
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