FBWizard
The easiest way to start working with FairBench without really going through this documentation is by using its UI wizard for running fairness assessment pipelines and exporting the corresponding code. To start, create a (virtual) environment in Python 3.11 or later, install fairbench, and run the wizard like below:
pip install fairbench
fbwizard
This will open the wizard in your browser. Its functionalities are showcased below. But we encourage going through at least the quickstart sections of the documentation.