Skip to content
/ ranker Public

A web app for ranking items through pairwise comparisons

Notifications You must be signed in to change notification settings

mpoc/ranker

Repository files navigation

Ranker

A web app for ranking items through pairwise comparisons using ELO and Glicko-2 algorithms.

Features

  • Web UI for creating lists, voting and viewing rankings
  • Automatic metadata retrieval from URLs for comparison of products, movies, foods, etc.
  • Arrow key shortcuts for quick voting
  • ELO and Glicko-2 ranking algorithms
  • RESTful API

Screenshots

Example of pairwise comparison voting

Pairwise comparison of two King Gizzard & The Lizard Wizard albums

Example of the ranking results page

Ranking results of King Gizzard & The Lizard Wizard albums

Usage

Docker

wget https://raw.githubusercontent.com/mpoc/ranker/master/docker-compose.yml
docker-compose up -d

Local

yarn install
yarn prod

About

A web app for ranking items through pairwise comparisons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published