/Digit-Recognition

Primary LanguageJupyter Notebook

Digit-Recognition

1.Dataset: Mnist_784(https://www.openml.org/d/554) 2.Tools used Tkinter (For basic gui) pillow(To Save the image) OpenCV(to change the image to 1-d array) Pandas(to get the data from Mnist_784 datframe) Scikit-learn(KNeighbors Classifier)-For the data to be analysed using ML Numpy(for Basic array manipulations) Pickle-to Save the model