pythonlessons / mltu

Machine Learning Training Utilities (for TensorFlow and PyTorch)
MIT License
160 stars 100 forks source link

Regarding Classification of Handwritten text and printed text #51

Closed shaikalfaaz closed 4 weeks ago

shaikalfaaz commented 1 month ago

Hi sir

Do you know any pre-trained models that classify texts whether it is handwritten or printed If not can you please tell me how to build a model from scratch to classify handwritten and printed texts by ignoring other languages in the image So in my use case I will have cropped image portions similar to captcha sizes I want to detect whether those cropped portions have handwritten text in them or not

I do not have other ways to communicate with you that's why I'm raising an issue I am extremely sorry from my end Hoping for a response from you sir @pythonlessons

pythonlessons commented 1 month ago

Hello @shaikalfaaz. Unfortunately I don't know such open-source datasets. But you can create one, by takin handwritten dataset and some kind of OCR datasets as printed text. You need to use some basic classifier for this task.