Forums

How to create a webapp for image processiong using OCR libraries?

I have created a program for OCR on my local machine , I want to deploy it as a web app with GUI . I want to create a GUI like user can upload a image file and it will be input to my python script and it will show the output to user .

Hi there, The best bet would be to pick a web framework like django or flask, and then follow a beginners tutorial to learn it. You should then be able to figure out how to build a simple site that accepts image uploads and then does some processing on them. Here's a couple of starting points:

https://tutorial.djangogirls.org/

https://blog.pythonanywhere.com/121