ML using scikit-learn

A very simple utilization of machine learning to recognize hand-written digits. First, using CV2, we identify the various images on the canvas, and resize them before passing them to the digit recognition model. Then, the home-grown model, using scikit-learn was traing on the mnist784 dataset. For best results please draw a single digit

Known issues
  • Not working on mobile
  • Results may not be 100% accurate due to image procssing
  • Drawing/image recognition issues when scrolling