The back end of the OCR-D quality dashboard webapp.
The webapp is available over at the OCR-D website.
- Python 3.6 or higher
- clone the repository
- switch to the cloned directory
- execute
pip install -e .
for local installation
The scheduled pipeline of this repo updates the data/repos.json
file every night which serves as data for the webapp.
For local usage, execute make repos.json
.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.