Initial commit - BraceIQMed platform with frontend, API, and brace generator

This commit is contained in:
2026-01-29 14:34:05 -08:00
commit 745f9f827f
187 changed files with 534688 additions and 0 deletions

View File

@@ -0,0 +1,67 @@
[
{
"patient_id": "10",
"images": [
{
"filename": "patient10_ap.png",
"vertebrae_detected": 11,
"curve_type": "S",
"pt": 14.3,
"mt": 35.11,
"tl": 33.4,
"max_angle": 35.11,
"severity": "Moderate"
},
{
"filename": "patient10_lat.png",
"vertebrae_detected": 10,
"curve_type": "S",
"pt": 0.0,
"mt": 17.9,
"tl": 20.04,
"max_angle": 20.04,
"severity": "Mild"
}
]
},
{
"patient_id": "11",
"images": [
{
"filename": "patient11_ap.png",
"vertebrae_detected": 3,
"error": "Could not calculate angles"
},
{
"filename": "patient11_lat.png",
"vertebrae_detected": 9,
"curve_type": "S",
"pt": 8.04,
"mt": 20.31,
"tl": 0.0,
"max_angle": 20.31,
"severity": "Mild"
}
]
},
{
"patient_id": "12",
"images": [
{
"filename": "patient12_ap.png",
"vertebrae_detected": 7,
"error": "Could not calculate angles"
},
{
"filename": "patient12_lat.png",
"vertebrae_detected": 7,
"curve_type": "S",
"pt": 10.0,
"mt": 13.93,
"tl": 13.97,
"max_angle": 13.97,
"severity": "Mild"
}
]
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB