Preparing the data
We are going to create a web app that can classify digits from 0 to 9.To achieve this, we are going to train a machine learning model with the mnist dataset, which contains 70,000 black and white images of handwritten digits in total. Each image is 2...
hashnode.christianrapalo.com5 min read