2026_MLB_Model / README.md
Syntrex's picture
Update README.md
202595b verified
|
raw
history blame
638 Bytes
---
title: WBC Analytics Assistant
emoji:
colorFrom: blue
colorTo: indigo
sdk: docker
pinned: false
app_port: 7860
---
# WBC Analytics Assistant
A real-data Streamlit application for World Baseball Classic analytics, matchups,
market edge detection, and betting research.
## Runtime
This Space uses Docker because Hugging Face no longer provides Streamlit as a built-in SDK.
## Required Secrets
Set these in the Space settings:
- `ODDS_API_KEY`
- `OPENWEATHER_API_KEY`
## Local Run
```bash
docker build -t wbc-assistant .
docker run -p 7860:7860 \
-e ODDS_API_KEY=your_key \
-e OPENWEATHER_API_KEY=your_key \
wbc-assistant