Skip to content

nishantparhi/Digit-Identifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A program to recognize hand written digits using KNN

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages