You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gpt_src and oss_src contain code for prompting the GPT and MedGemma models, respectively. Note: An OPENAI_API_KEY is needed to run the GPT scripts, and an ollama service is needed to run the MedGemma scripts.
compute_results.py: Computes the hit rate determination for each prediction based on the included ground truth csvs.
figure_heatmap.py: Computes heatmaps of the predictions.