metadata
title: Project Digit Recognizer
emoji: π
colorFrom: red
colorTo: red
sdk: docker
app_port: 8501
tags:
- streamlit
pinned: false
short_description: Streamlit template space
π’ Digit Recognizer App
This Streamlit application predicts handwritten digits using a machine learning model trained on the MNIST dataset.
π How it works
- Upload an image of a digit
- The image is converted to 28x28 grayscale
- The model predicts the digit
π€ Model
- Random Forest Classifier
- Accuracy: ~96%
π Tech Stack
- Scikit-learn
- Streamlit
- Hugging Face Spaces