Skip to content

Real-time risk assessment dashboard for emerging viral threats, focusing on HKU5 and H5N1 viruses.

License

Notifications You must be signed in to change notification settings

ngmisl/HKU5-agent

Repository files navigation

CodeQL Daily Update and Deploy

Virus Risk Dashboard

Real-time risk assessment dashboard for emerging viral threats, focusing on HKU5 and H5N1 viruses.

Features

  • Daily automated risk assessments using AI analysis
  • Clean, modern dashboard interface
  • Real-time data updates
  • Mobile-responsive design

Setup

  1. Create the following repository secrets in GitHub:

    • OPENROUTER_API_KEY: Your OpenRouter API key
    • MODEL_ID: The model ID to use (default: openrouter/google/gemini-2.0-flash-lite-preview-02-05:free)
    • OR_SITE_URL: Your site URL
    • OR_APP_NAME: Your app name
    • ORBITER_API_KEY: Your Orbiter API key
  2. The GitHub Action will:

    • Run daily at 00:00 UTC
    • Generate fresh risk assessments
    • Deploy updates to Orbiter automatically

Local Development

# 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

Disclaimer

This dashboard uses AI to generate risk assessments. The AI may hallucinate or provide inaccurate information. Always verify critical information with official sources.

About

Real-time risk assessment dashboard for emerging viral threats, focusing on HKU5 and H5N1 viruses.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages