Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 387 Bytes

File metadata and controls

6 lines (5 loc) · 387 Bytes

digits-recognition

a python program for digits recognitions and its predictions.

This program uses a dataset for training from sklearn.datasets.load_digits(). From this training, prediction of new digits in any image format of any image size can be done. Might not be perfectly accurate since only 1797 (rows) data are used for training. For more accuracy use more data for training.