Skip to content

The back end of the OCR-D quality dashboard webapp.

License

Notifications You must be signed in to change notification settings

mweidling/quiver-back-end

 
 

Repository files navigation

quiver-dashboard-back-end

CircleCI

The back end of the OCR-D quality dashboard webapp.

The webapp is available over at the OCR-D website.

Dependencies

  • Python 3.6 or higher

Installation

  • clone the repository
  • switch to the cloned directory
  • execute pip install -e . for local installation

Usage

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.

Adding New Workflows

New workflows can be added as TXT files in the workflows/ocrd_workflows directory.

Files either have to end with eval.txt (if they contain an evaluation workflow) or ocr.txt (if they contain an OCR workflow). The file names have to stick to snake case.

Contributing

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.

License

MIT

About

The back end of the OCR-D quality dashboard webapp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 73.5%
  • Python 18.0%
  • Nextflow 4.9%
  • Shell 3.4%
  • Makefile 0.2%