Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 440 Bytes

REAMDE.md

File metadata and controls

10 lines (7 loc) · 440 Bytes

FAIRmodels.org researcher client

How to install locally?

  1. Create a python venv: python -m venv ./venv && source ./venv/bin/activate
  2. install the package in the environment: pip install .

How to test?

Run the backend first (see instructions at https://github.com/maastrichtu-biss/fairmodels-backend)

Execute the example: python examples/linear-iris/algorithm.py.