/ores

A hosting service for 'revscoring' models.

Primary LanguagePythonMIT LicenseMIT

Build Status

Objective Revision Evaluation Service

A webserver for hosting scoring services. For more information, see the ORES documentation on MediaWiki.

Installation

ORES is based on Python 3. Use pip to install ORES:

pip install ores (or pip3 install ores if your distribution defaults to Python 2)

Then you can easily run a test server by:

ores dev_server

Use the -h argument to view its usage.

ores dev_server -h

Authors