Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

alphagov/govuk-search-relevance-tool

Repository files navigation

GOV.UK Search Relevance Prototype

A tool that can be used to collect manual relevance judgements from users as they search GOV.UK.

Search relevance screenshot

Dependencies

Scores are written to a postgres database. So before you can you run the tool locally postgres must be installed and set up.

$ brew install postgresql
$ brew services start postgresql

Running the tool locally

$ ./startup.sh --live