About this Project
This project demonstrates how you can create a simple CNN to detect a digit and deploy it on a live server. We have used the TensorFlow-Keras inbuild MNIST dataset to train the NN and achieved an accuracy of 99% on the test set. The model has been trained in Google Colab from where we have saved and deployed it live using TensorflowJS.
Repositories
Find the repository to the model here NumDetectServ
Find the repository to this example here NumDetectExample