devanshpratapsingh / Handwritten-text-recognition

Handwritten text recognition system implemented with TensorFlow and trained on the the MNIST database of handwritten digits. This Neural Network model will recognise a single letter or word contained in the image. We will be using Python3, numpy, TensorFlow 2.3 and OpenCV.
1 stars 2 forks source link

WoC: Making a simple UI #2

Open devanshpratapsingh opened 3 years ago

devanshpratapsingh commented 3 years ago

Try to make a simple UI with options to input and simple output prediction. It'd be good if the options are as emoji, one for live input using camera, second one from the saved images.

srijarkoroy commented 3 years ago

Adding deployment using streamlit