Add REST API with dashboard and configurable port (server.host/port, TM_PORT, --port)

This commit is contained in:
Tobias Zimmermann
2026-08-22 12:26:17 +02:00
parent 7959dd71ff
commit 98a332da79
11 changed files with 570 additions and 3 deletions
+2
View File
@@ -3,3 +3,5 @@ pandas>=2.0
numpy>=1.26
PyYAML>=6.0
click>=8.1
fastapi>=0.110
uvicorn>=0.29