It is a machine learning SVM model which predicts the digit from the given input image.
Install the necessary packages using pip: pip install matplotlib pip install sklearn
Run the code and input any integer value(The index of the list of testing image) The model will predict which digit it is.