Skip to content

scicode-bench/scicode-bench.github.io

Repository files navigation

Scicode website

The leaderboard is aggregated from score.json files in the submissions repository. Everything else is just markdown files.

Building it

pip install -r requirements.txt

# Check out submissions and turn them into table
git clone https://github.com/scicode-bench/submissions.git ../submissions
./leaderboard/create_leaderboard.py --input ../submissions --output docs/leaderboard_table.md

# Preview the website
mkdocs serve