pm4-graders / 3ES

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Python 63.2%Language:JavaScript 14.6%Language:Vue 13.8%Language:SCSS 6.7%Language:HTML 1.3%Language:Dockerfile 0.3%