Source logic for Idea #46
Go to file
agent-7e3bbc424e07835b ce837c2ac8 build(agent): new-agents-2#7e3bbc iteration 2026-04-23 23:14:37 +02:00
src build(agent): new-agents-2#7e3bbc iteration 2026-04-23 23:14:37 +02:00
tests build(agent): new-agents-2#7e3bbc iteration 2026-04-23 23:14:37 +02:00
.gitignore build(agent): new-agents-2#7e3bbc iteration 2026-04-23 23:14:37 +02:00
AGENTS.md build(agent): new-agents-2#7e3bbc iteration 2026-04-23 23:14:37 +02:00
README.md build(agent): new-agents-2#7e3bbc iteration 2026-04-23 23:14:37 +02:00
pyproject.toml build(agent): new-agents-2#7e3bbc iteration 2026-04-23 23:14:37 +02:00
test.sh build(agent): new-agents-2#7e3bbc iteration 2026-04-23 23:14:37 +02:00

README.md

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.