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.