This is the main repository for this project. Below are the steps for setting up to run this project
-
Install python 3 from website on your machine windows or linux.
-
Install necessary packages
pip install django pillow opencv-python matplotlib numpy pytesseract
-
Apply migrations to database
python manage.py migrate
-
To run app
python manage.py runserver