Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 286 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 286 Bytes

Digit-Identifier

Recognize hand written digits by using the KNN(K Nearest Neighbour)

Required Modules :

Numpy

pip install numpy

Opencv

pip install opencv-python

Note: The digits you give to the KNN and the digits you use to test the KNN must have the same SIZE.