top of page

Hands-On Simulation Environment

Overview of the Simulation Lab

This Simulation Lab provides a fully executable, browser-based tutorial demonstrating how a Hybrid Quantum–Neural AI system enables predictive cyber resilience.
The simulation operates entirely in the browser and requires no backend services, cloud deployment, or software installation, making it suitable for academic evaluation, instructional labs, and executive-level demonstrations.

What the Simulation Demonstrates

The hands-on simulation illustrates:

  • Real-time cybersecurity telemetry generated by a Hybrid Quantum–Neural AI model

  • Predictive resilience using leading indicators that detect risk before system failure

  • Integrated operational views across SOC, MLOps, QuantumOps, CloudOps, and Security Governance

  • Automated mitigation actions and their measurable impact on system risk posture

Environment Setup

Step 1 – Download the Simulation Package

Download the Simulation Lab package from the project repository. All required files are included.

hqai_d.gif

Step 2 – Extract the Files

hqai_d1.gif

Step 3 – Launch the Simulation

Option 1 (Fastest): open the HTML directly

 Open the following file in any modern web browser:
docs/dashboard/index.html

hqai_d3.gif

Option 2 (Best experience): run a local web server (recommended)

  1. Open a terminal inside the unzipped hqai_cyberlab/ directory and run:

  2. Copy Server Commands (Copy and paste commands):

cd hqai_cyberlab/docs
python -m http.server 8000

hqai_d4.gif

3. Then open URL in your browser (Copy and paste Local URL):

http://localhost:8000/dashboard/

hqai_d5.gif

How to Use the Simulation

Once the dashboard loads, the simulation begins streaming mock real-time telemetry.

Users can:

  • Monitor leading indicators such as pipeline lag, data drift, and adversarial pressure

  • Switch operational scenarios:

    • Normal Operations

    • Adversarial Campaign

    • Quantum Degradation

  • Trigger automated response actions and observe changes in risk and resilience metrics

All interactions are fully simulated and safe for demonstration and learning purposes.

Intended Use Cases

This Simulation Lab is designed for:

  • Cybersecurity capstone project demonstrations

  • Academic instruction and laboratory exercises

  • Executive and board-level briefings

  • Training in AI-driven cyber resilience and risk management

bottom of page