Use OpenCV and Convolution Neural Network to recognize the Handwritten Devnagari Word text image.
Downlod Dataset from this link
Download and cd to the directory where requirements.txt is located.
$ pip install -r requirements.txt
CNN Model Workflow
Model Summary
Here we use OpenCV library such that it can read multiple word in an image, irrespective of individual orientation.