BeyzaTopbas's picture
Update README.md
abcd776 verified
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

  1. Upload an image of a digit
  2. The image is converted to 28x28 grayscale
  3. The model predicts the digit

πŸ€– Model

  • Random Forest Classifier
  • Accuracy: ~96%

πŸ›  Tech Stack

  • Scikit-learn
  • Streamlit
  • Hugging Face Spaces