Skip to content

Application to scan exam cover pages and aggregate as well as analyze the exam's scores

Notifications You must be signed in to change notification settings

pm4-graders/3ES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3ES

GitHub Issues GitHub Pull Requests GitHub last commit GitHub contributors

GitHub language count GitHub top language

GitHub repo file count GitHub code size in bytes Stargazers

Installation (openCV / venv)

We should be using virtual environments to not have problems with other versions of python etc.

  1. Download Anaconda for Windows: https://www.anaconda.com/products/distribution#Downloads, add to PATH
  2. Run 'conda create --name virtualenv python=3.8'
  3. pip install -r requirements.txt

To deactivate the virtual environment: 'conda deactivate'

Use anaconda with vscode

  1. Ctrl+Shift+P -> Enter "Python: Select Interpreter"
  2. Select the virtualenv you just created.