BlossomTune-Orchestrator / docs /slide-deck /blossomtune-diagram.mmd
mrs83's picture
Initial Import
3e25ded
raw
history blame
801 Bytes
graph TD
subgraph "BlossomTune Orchestration Platform"
subgraph User Interface
A["Gradio Web UI"]
end
subgraph Orchestrator
B["BlossomTune Backend <br>(Python Logic)"]
C["SQLite Database <br>(State & Config)"]
end
subgraph "Federated Learning Core"
D["Flower Superlink"]
F["Flower Runner"]
E["Decoupled Flower App <br>(ML Task)"]
end
end
subgraph "External Participant Network"
style G fill:#f9f,stroke:#333,stroke-width:2px
G["Flower Client <br>(SuperNode)"]
end
A -- "User Interactions" --> B
B -- "Controls" --> D
B -- "Controls" --> F
B -- "Reads/Writes" --> C
F -- "Executes" --> E
G -- "Connects Over Network" --> D