Add requirements.txt, tailwind configuration, and initial truth report HTML

- Created requirements.txt with a comprehensive list of dependencies.
- Added tailwindconfig.js for Tailwind CSS configuration.
- Introduced truth_report.html with structured content and Tailwind CSS styling for a visually appealing layout.
This commit is contained in:
bolade
2025-09-26 16:37:46 +01:00
parent 4a61dd7898
commit 1ae1ec2369
19 changed files with 1564 additions and 1667 deletions
+12
View File
@@ -0,0 +1,12 @@
Parameters,Best,LLN,Pred.,%Pred.,ZScore,PRE#1,PRE#2,PRE#3
FVC,4.24,3.03,3.79,112.0,0.95,4.24,4.17,4.15
FEV1,3.26,2.53,3.16,103.3,0.28,3.26,3.21,3.14
FEV1/FVC%,76.89,72.47,83.78,91.8,-1.05,76.9,77.0,75.7
PEF,684,222,384,178.7,-,444,438,684
FEF2575,2.74,2.15,3.42,80.2,-0.84,2.74,2.68,2.48
FEF25,6.08,,,0.0,-,6.08,6.0,5.53
FEF50,3.06,,,0.0,-,3.06,3.1,2.77
FEF75,1.06,0.71,1.41,75.1,-0.72,1.06,1.12,0.94
PEFTime,79,,,49,-,79,40,39
EVol,78.0,,,77.0,-,78.0,77.0,197.0
FEV6,4.22,3.03,3.79,111.4,-,4.22,4.17,4.13
1 Parameters Best LLN Pred. %Pred. ZScore PRE#1 PRE#2 PRE#3
2 FVC 4.24 3.03 3.79 112.0 0.95 4.24 4.17 4.15
3 FEV1 3.26 2.53 3.16 103.3 0.28 3.26 3.21 3.14
4 FEV1/FVC% 76.89 72.47 83.78 91.8 -1.05 76.9 77.0 75.7
5 PEF 684 222 384 178.7 - 444 438 684
6 FEF2575 2.74 2.15 3.42 80.2 -0.84 2.74 2.68 2.48
7 FEF25 6.08 0.0 - 6.08 6.0 5.53
8 FEF50 3.06 0.0 - 3.06 3.1 2.77
9 FEF75 1.06 0.71 1.41 75.1 -0.72 1.06 1.12 0.94
10 PEFTime 79 49 - 79 40 39
11 EVol 78.0 77.0 - 78.0 77.0 197.0
12 FEV6 4.22 3.03 3.79 111.4 - 4.22 4.17 4.13