A package for matching students to test papers in MarkUs
Project description
MarkUs Exam Matcher
Installation
It is recommended to use a virtual environment to install this package, as it contains many pinned runtime dependencies.
Production Installation (Recommended)
To install the production version of the package, run the following command in the console:
$ pip install git+https://github.com/MarkUsProject/markus-exam-matcher.git
Branch Installation
To install the version specified by a particular branch (when permissions are granted), run the following command in the console:
$ pip install git+https://github.com/MarkUsProject/markus-exam-matcher.git@branch_name
Commit Hash Installation
To install the version specified by a specific commit, the commit hash can be used by running the following command in the console:
$ pip install git+https://github.com/MarkUsProject/markus-exam-matcher.git@commit_hash
Usage
This package works under the assumption that the characters to be detected are surrounded by boxes that are placed side-by-side. An example image with this format is displayed below:
Below is a sample usage that generates a prediction from the file shown above, assuming it was titled my_example.jpg
.
$ python3 -m markus_exam_matcher ./my_example.jpg digit
0001250981
Developers
- First, clone this repository.
- Open a terminal in this repo, and create a new virtual environment.
- Run `pip install -e ".[dev]" to install the dependencies.
- Then run `pre-commit install`` to install the pre-commit hooks (for automatically formatting and checking your code on each commit).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for markus_exam_matcher-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2db5be4bc7954d4ae725a200a45d1196442433e0cfa1c2b2b8faafb936e1b09 |
|
MD5 | 4e664a75af5c5a5491d8be18ef416bba |
|
BLAKE2b-256 | a0e3d0469a26144f02fe42ab1783eb232e035db2ffe0cb8acbb2e103db2b1a79 |
Hashes for markus_exam_matcher-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91bfbb6409ff7ae43ec8aace14b5afd84b787ea83eeff12f9d479e907872f95b |
|
MD5 | 103c7e09f1bdfbdddf3efb6be2f2e6b3 |
|
BLAKE2b-256 | 30ef0fb5daa3c9fedba4bd965f2b932d8d3176327c563428102f3d5a5113d36b |