CoolFace
Apppublic

patohle/march_madness

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
App README

title: Bracketology Lab emoji: ๐Ÿ€ colorFrom: red colorTo: blue sdk: streamlit sdkversion: 1.39.0 appfile: app.py pinned: false ---

Bracketology Lab

An interactive analytics platform exploring NCAA men's basketball tournament data from 2008โ€“2025. ---

March Madness Seed Analyzer ๐Ÿ€

A Streamlit app that analyzes how NCAA tournament seeding affects win percentage, upsets, round survival, and head-to-head matchups. Uses historical data from the 64-team era (1985โ€“2024).

Features

  • โ€”Overview โ€” win % by seed across all rounds
  • โ€”Seed vs Seed โ€” head-to-head heatmap for every pairing
  • โ€”Round Survival โ€” how far each seed typically advances
  • โ€”Upsets โ€” upset frequency by round and biggest upset margins
  • โ€”Matchup Predictor โ€” historical win odds for any two seeds

Files

  • โ€”app.py โ€” main Streamlit app
  • โ€”tournament_games.csv โ€” bundled historical dataset
  • โ€”requirements.txt โ€” Python dependencies

Custom data

You can upload your own CSV in the sidebar. Required columns: year, round, round_num, winner_seed, loser_seed