Intelligent Handwriting Character Recognition is one of the field left very less touched and worked upon. Various OCR engines work for English language but that too not handwritten. The Aim to work on this project is to the processing of Handwritten images and extract something menaingful out of it. The stepwise approch used is quiet clear from the number system used for various directories:-
- line-word segmentation from any given input image
- character segmentation from any gven input image
- ML dataset of EMNIST conversion from format available into csv files
- Building CNN model using EMNIST dataset
- testing the model on test dataset to find accuracy
- Comparator of segmented characters to find similar images
- OCR and Audio analysis to convert any input text image and produce audio of same
The output of various working modeules is as follows: