Pc-env-32897

Demo ModeDEMO
Using sample data for demonstration

Make sure your FastAPI server is running with CORS enabled for this domain.

To enable live monitoring:

  1. 1. Save your FastAPI code to a file (e.g., main.py)
  2. 2. Install required packages: pip install fastapi uvicorn psutil wmi
  3. 3. Add CORS middleware to your FastAPI app
  4. 4. Run: uvicorn main:app --reload --host 0.0.0.0
  5. 5. Click "Enable Live Mode" above