Skip to content

atlarge-research/opendt

Repository files navigation

OpenDT - Digital Twin for Datacenters

Real-time datacenter simulation with Kafka streaming and LLM-powered optimization.

Quick Start - Docker

Docker does all the magic:

cd opendt
export OPENAI_API_KEY="your-key-here"
docker-compose down
docker-compose up --build

Then, open http://localhost:8080 for the orchestrator UI.