Skip to content

Repository files navigation

Digit Counter

This project counts how many times each digit (0–9) appears in a dataset of grayscale images.

Result

[1246, 1547, 950, 1264, 1269, 1275, 1226, 777, 968, 1478]

Approach

  • Used MNIST dataset for training
  • Preprocessed images to match MNIST format
  • Trained multiple small neural networks (NumPy)
  • Used majority voting for stability
  • Counted final predictions

How to run

python solve_digits.py --images-dir digits

About

This project counts the number of occurrences of each digit (0–9) in a dataset of grayscale images.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages