Skip to content

Souvikarjun/Digit_recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 Digit Recognizer AI

A simple AI model that recognizes handwritten digits (0–9) using deep learning. Trained on the MNIST dataset, this model is a classic example of computer vision and image classification using neural networks.

πŸ” Model Details

  • Model Type: Neural Network
  • Dataset: MNIST (1,000 train / 50 test)
  • Accuracy: ~90%
  • Input: 28x28 grayscale digit image
  • Output: Digit class (0–9)

πŸ›  Tech Stack

  • Python
  • Numpy
  • MNIST Dataset

πŸ“ Files

  • train.csv – Train the model
  • recognizer.ipynb – Saved trained model
  • test.csv – Optional UI (Streamlit/Flask)

πŸ“œ License

MIT License – Free to use and modify.

About

A ML model (neural network) that predicts handwritten digits with Almost 90%.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors