A flask web application that takes an image as input and returns the text within it. Hosted the application in Heroku backend.
Frontend implemented using React and Backend using Flask.
Hosted Online : http://imagetextreader.herokuapp.com/home
- Hosted it in Heroku backend, so sometimes* the processing takes longer based on bandwidth and port.
- Heroku has response timeout 30s, so sometimes we may not get output in hosted version, but most of the we will get the output.
- Go to frontend folder, run in command: npm install
- Go to root directory(Code), run in command: python -m flask run
- Go to frontend folder, run in command: npm start
Demo1.mp4
-(Responsive web page):