Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 570 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 570 Bytes

Build Status

Objective Revision Evaluation Service

A webserver for hosting scoring services. For more information, see https://meta.wikimedia.org/wiki/ORES.

Installation

Use pip to install ORES:

pip install ores

Then you can easily run a test server by:

ores dev_server

Authors