idea46-solarpulse-viz-real/README.md

1006 B

SolarPulse Viz Real

SolarPulse Viz is a production-focused framework for real-time visualization and actionable anomaly insights across distributed solar, wind, and storage assets.

  • Mobile-first dashboards with real-time and historical time-series views across multiple sites
  • Standardized data contracts and a lightweight interoperability bridge
  • Lightweight ML-based anomaly detector (unsupervised models)
  • AR maintenance overlays and cross-domain storytelling templates
  • Offline-friendly data caching with delta-sync when connectivity returns

This repository implements a solid, production-grade chunk of that vision as a Python FastAPI service, suitable for extension by agents in sprint-based workflows.

How to run locally

  • Install dependencies: python -m pip install -e .
  • Run: uvicorn idea46_solarpulse_viz_real.main:app --reload --port 8000

This is a scaffold and MVP focused on the core server and anomaly-detection workflow. See AGENTS.md for architecture and contribution details.