- Create your environment
conda env create -f env.yaml
- Activate the environment
conda activate medhelm
- Install medhelm
pip install -e .
- Heatmap
bash scripts/plots/1_create_heatmaps.sh
- Cost vs Win Rate
bash scripts/plots/2_create_cost_plot.sh
- LLM-Judge Stats
bash scripts/plots/3_create_stats_plot.sh
- Win rate table
bash scripts/tables/1_win_rate_table.sh