Skip to content

Logicrithm/mnist-digit-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 MNIST Digit Classifier

A simple Deep Learning project that uses a trained neural network to recognize handwritten digits from uploaded images. Built using Keras, TensorFlow, and Streamlit.

πŸ“Œ Features

  • Upload a 28x28 grayscale image of a digit (0–9)
  • Deep learning model predicts the digit with confidence scores
  • Web interface built with Streamlit
  • Trained on the classic MNIST dataset

πŸ›  Technologies Used

  • Python
  • TensorFlow / Keras
  • Streamlit
  • NumPy, PIL (Image handling)

πŸ“‚ How to Run Locally

# Clone the repo
git clone https://github.com/Logicrithm/mnist-digit-classifier

# Install dependencies
pip install -r requirements.txt



# Run the app
python -m streamlit run app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages