*** Real-time recognition of handwritten digits using the front camera of a laptop. ***
Implemented a Convolutional Neural Network model to train the MNIST dataset.
This model is then applied to images captured with a camera on the laptop, and then the handwritten digit is predicted.
Technologies/Libraries -
~ Keras (TensorFlow backend)
~ OpenCV
~ Dataset - MNIST (99.2% accuracy)