A localization, segmentation and the first version of OCR using NumPy. This is a part 2 of a blogging series. Part 1: OCR for DHC: Building a Classifier Part 2: OCR for DHC: Segmentation, Localization and First Version Introduction This is the part where most of my efforts were used. Image Segmentation using NumPy sounds […]
devanagari handwritten character recognition
OCR For Devanagari Handwritten Character: Building a Classifier
A Devanagari Handwritten Characters Classifier using CNN on Keras. This is a part 1 of a blogging series. Part 1: OCR for DHC: Building a Classifier Part 2: OCR for DHC: Segmentation, Localization and First Version Introduction This has been more than a year I did this project and I have already written a blog […]
Devanagari Handwritten Character Recognition/Detection
Using Keras, OpenCv, Numpy build a simple OCR. Inspiration Devanagari is popular across the India and Nepal. It is also a National font of Nepal so back on 2018 I thought of doing OCR for our font as project. I had no clue how to do it but I knew some basics of Machine Learning. But […]