/litescale

A library and an interactive interface for Best-worst Scaling annotation

Primary LanguagePython

Litescale

Lightweight Command-line Best-worst Scaling Annotation Interface.

A library and an interactive interface for Best-worst Scaling annotation.

Installation

pip install -r requirements.txt

Usage

The command-line interface is started with:

./litescale-cli.py

The web interface is started with:

./litescale-web.py

and accessed at

http://localhost:8088/

Check the tutorial here.

Litescale online