Real-time risk assessment dashboard for emerging viral threats, focusing on HKU5 and H5N1 viruses.
- Daily automated risk assessments using AI analysis
- Clean, modern dashboard interface
- Real-time data updates
- Mobile-responsive design
-
Create the following repository secrets in GitHub:
OPENROUTER_API_KEY
: Your OpenRouter API keyMODEL_ID
: The model ID to use (default: openrouter/google/gemini-2.0-flash-lite-preview-02-05:free)OR_SITE_URL
: Your site URLOR_APP_NAME
: Your app nameORBITER_API_KEY
: Your Orbiter API key
-
The GitHub Action will:
- Run daily at 00:00 UTC
- Generate fresh risk assessments
- Deploy updates to Orbiter automatically
# Create and activate virtual environment
uv venv
source .venv/bin/activate # On Linux/Mac
# or .venv\Scripts\activate # On Windows
# Install package in development mode
uv pip install -e .
# Run the script
uv run main.py
This dashboard uses AI to generate risk assessments. The AI may hallucinate or provide inaccurate information. Always verify critical information with official sources.