InkGrader is a tool for educators to streamline their grading process. Using InkGrader you can scan both typed text and handwritten text, and thanks to the Google Cloud Vision API. For convenience, educators can upload their exam questions and answer sheet to InkGrader which uses OpenAI API under the hood to check the uploaded exam.
-
Clone the project from github
-
Navigate into the project directory using your terminal
-
Run the following command to install all dependencies (optionally create a venv)
pip install -r requirements.txt -
Navigate into the
ink_graderdirectory -
Run the following command to launch the app
python manage.py runserver
Note: if you encounter any issues, make sure you have a working Python interpreter installed on your system. In addition, you will need an OpenAI API key and Google Cloud vision API key run the application.