Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GSAC WBB Dashboard

UCSB Women's Basketball 2025-26 analytics dashboard built with Streamlit.

Setup

Python (dashboard + data fetching):

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements/python.txt

R (data fetching via wehoop):

Rscript requirements/r.R

Refresh Data

Run the R script to pull the latest season PBP data from wehoop:

Rscript ucsb_wbb_data.R

Or use the Python script (requires the venv above):

python3 ucsb_wbb_data.py

Run the Dashboard

source .venv/bin/activate
streamlit run app.py

Data Source

Play-by-play data via wehoop (R) / sportsdataverse (Python).

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages