Multi-Agent_AI_Health_System / test_request.json
Noumankhan2005's picture
Initial commit: PRESAGE System with React frontend and FastAPI backend
19d6abb
raw
history blame contribute delete
420 Bytes
{
"age": 45,
"sex": "male",
"blood_pressure_systolic": 135,
"blood_pressure_diastolic": 85,
"blood_sugar_fasting": 105.5,
"cholesterol_total": 210.0,
"hdl_cholesterol": 38.0,
"bmi": 26.4,
"sleep_hours": 5.5,
"stress_level": "high",
"smoking": true,
"alcohol": "moderate",
"exercise_days_per_week": 1,
"iron_level": 75.0,
"cortisol": 22.1,
"family_history": ["diabetes", "hypertension"]
}