A prototype to demonstrate leaderboard customization for equitable evaluation
This repository contains the code for the paper How Robust are Model Rankings : A Leaderboard Customization Approach for Equitable Evaluation, AAAI 2021.
- Download the AAAI IF folder
- Set up a virtual python environment with the configuration file requirements.txt
- Set up a Flask server with the following parameters:
FLASK_APP=flask_base.py FLASK_DEBUG=1
- Open the interface using the Flask URL (Firefox preferred)