Skip to content

Web user interface

Osma Suominen edited this page May 22, 2019 · 4 revisions

Annif includes a simple web user interface mainly intended for testing models. The web UI can be started using the command annif run, which runs a small web server intended for development. It can also be accessed as the root URL when Annif is run as a WSGI service.

The UI consists of a form where you can select a project and enter (or paste) text. Clicking the Analyze button will present a list of suggested subjects along with their score values.

The UI also includes a link to the interactive Swagger documentation that can be used to inspect and test the REST API.