Repository for the webpapp for text extractor.
This repository will contain the code for the web application, supporting the input of images and outputting the text resulting out of the image.
- Install
pipenv
usingpip install pipenv
- Install all the libraries and framework using
pipenv install requirements.txt
- Run
pipenv shell
to activate thevirtualenv
- Migrate to
textextractor/app.py
and runpython app.py
- A localhost would be running, and you can get a glance of the webapp.