feat: Enhance context generation and report generation services with improved data handling and structure

This commit is contained in:
bolade
2025-10-04 10:25:10 +01:00
parent d66f3fd18b
commit 358898b7db
7 changed files with 163 additions and 48 deletions
+3
View File
@@ -8,6 +8,9 @@ Based on the analysis notebooks in services_dfdf/.
import base64
from pathlib import Path
import matplotlib
matplotlib.use("Agg") # Use non-interactive backend
import matplotlib.pyplot as plt
import matplotlib.transforms as mtransforms
import numpy as np