Skip to content

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 data. The Aim to work on this project is, the processing of Handwritten images and extract something menaingful out of it. The stepwise approch used is quiet clear fr…

Notifications You must be signed in to change notification settings

lihkinVerma/Automatic-Handwriting-Processing

Repository files navigation

Automatic-Handwriting-Processing

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:-

  1. line-word segmentation from any given input image
  2. character segmentation from any gven input image
  3. ML dataset of EMNIST conversion from format available into csv files
  4. Building CNN model using EMNIST dataset
  5. testing the model on test dataset to find accuracy
  6. Comparator of segmented characters to find similar images
  7. OCR and Audio analysis to convert any input text image and produce audio of same

The output of various working modeules is as follows:

line-word segmentation from any given input image

1 line-word-seg

contour formation

2 contour

count of lines and words representation

3 l-w-seg-res

character segmentation from any gven input image

4 charseg

Encoding scheme used

5 encoding

Training of Convolutional neural network

basic workflow

cnn

Real implementation

6 cnn training

Training epochs and loss calculation

7 epochs

RMSE value calculations

8 rmse

OCR and Text to speech Analysis

9 ocr-working

About

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 data. The Aim to work on this project is, the processing of Handwritten images and extract something menaingful out of it. The stepwise approch used is quiet clear fr…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published