Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 611 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 611 Bytes

FAIR model commissioning station

This repository contains a FAIR prediction model cache (from the fairmodels.org index). This application makes the distributed index searcheable, with instructions how to execute this model. Hence, representing the Findable and Accessible aspects of the FAIR principles.

Running the station

The station can be executed by running the following docker command.

docker run \
    -p 8080:8080 \
    ghcr.io/maastrichtu-cds/model-browser

Afterwards, you can open the following local webpage http://localhost:8080.