CyberPhoenix79/march-madness-2026
0
March Madness 2026 Predictor
This Space runs a Gradio app that predicts win probabilities for NCAA matchups (men's and women's).
Run locally
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python app.py
