CoolFace
Apppublic

CyberPhoenix79/march-madness-2026

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

March Madness 2026 Predictor

This Space runs a Gradio app that predicts win probabilities for NCAA matchups (men's and women's).

Run locally

bash
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python app.py