handwriting-ocr icon indicating copy to clipboard operation
handwriting-ocr copied to clipboard

What algorithms was being used on this project?

Open rochiey opened this issue 6 years ago • 1 comments

rochiey avatar Jun 25 '18 18:06 rochiey

There are many different algorithms being used in the program. The first steps use computer vision algorithms like filtering and edge detection to obtain page and words. For recognition of the words is being used machine learning, I experiment with many different machine learning approaches like convolutional neural networks, recurrent neural networks and different variations of them.

Breta01 avatar Jun 28 '18 10:06 Breta01