Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fachschaftmathphysinfo/pest
https://github.com/fachschaftmathphysinfo/pest
evaluation ocr
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fachschaftmathphysinfo/pest
- Owner: FachschaftMathPhysInfo
- Created: 2018-04-11T12:31:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T11:53:31.000Z (almost 2 years ago)
- Last Synced: 2024-03-26T21:34:02.780Z (8 months ago)
- Topics: evaluation, ocr
- Language: C
- Size: 1.36 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PEST - PhysikEvaluationsSystemTool
This tool is based on breunings/gnt-eval. It contains only the rake tasks and
is used for uploading eval data to an seee instance.## Configuration
Please set the following eviromentvariables:
```sh
export PEST_SERVER="http://localhost:3000/api/" # specify the url here
```