About
This is a project that I did when I was a junior at University. It’s a web application that allows the user to write the digit in handwritten form and predict the correct digit from the input. It uses OpenCV to do the image processing and Django as a web application.
The Django app will serve as an interface with two parts: on the left, there is an HTML canvas that lets the user to draw anything, and on the right side, there are action buttons: “Clear” and “Predict”. When the user clicks “Predict”, it will take the input from the Canvas, convert it into an image, and submit into a prediction algorithm.