Building a Hand-written Digit Recognition Web App with Tensorflow
Long ago, I built a hand-written digit recognition web app using Flask and TensorFlow. It was my first ML project as a beginner which didn't end up dying in a notebook, so I think it's worth sharing. This is how it's gonna look: In this tutorial, we will build our digit recognition model using TensorFlow and the MNIST dataset, which contains 70,000 images of hand-written digits 0 to 9, convert it into a TFLite model, and then build the web app. We'll be using Google Colab throughout this guide, because it's the easiest way to get started. We'll use the Keras Datasets API to load our MNIST images, because it makes it extremely easy to load the data.
May-9-2022, 19:44:33 GMT