Hand-Written-Digit-Identifier
Handwritten digit recognition is a classification problem for which support vector machines are very successfully used. In this project used the MNIST dataset which is a well-known dataset consisting of 28x28 gray scale images and the 'pixel values' of each digit (image) comprise the features, and the actual number between 0-9 is the label. Python tkinter is used for create user friendly interface. Tkinter is the most commonly used method. It is a standard Python interface to the Tk GUI toolkit shipped with Python. Python with tkinter is the fastest and easiest way to create the GUI applications.