Web Interface
A simple web front end is provided using FastAPI. It lets you upload a PDF and view the standard RoB2 HTML report directly in your browser.
Running the server
Install the optional dependencies and start the server with risk-of-bias web
(equivalent to make web
):
Open http://127.0.0.1:8000
and upload your manuscript. After processing you
will see the report along with links to download the JSON and Markdown
representations.
If the OPENAI_API_KEY
environment variable is not set when the server
starts, the upload form will include a field to provide it. When supplied,
the key is used for that analysis session.
A standalone macOS application based on this interface is generated for each release. It only processes one PDF at a time and can be downloaded from the latest release.