/LibRank-Demonstrator-UI

Contains the code for the demonstrator interface

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

LibRank Demonstrator UI

This is the repository for the UI of the LibRank demonstrator (http://librank-demo.zbw.eu).

The purpose of the LibRank demonstrator is to interactively compose different ranking models and evaluate the effect on different test collections or individual tasks.

Installation

  • Install dependencies
    • npm install
    • bower install
  • Run gulp serve to start the development server
  • Run gulp to build for production (folder dist/)

The frontend communicates with a server component to get some basic data and to calculate the performance scores. Therefore, you must also install the LibRank-Demonstrator-API.