About the project
A medical decision support system that leverages personalized patient data to assess the risk of sleep disorders. The platform identifies at-risk patients and enables physicians to review and prioritize them through an intuitive dashboard with at-risk patient flagging. It supports a feedback loop where doctors can provide input to both patients and the AI system, improving model performance over time. Patients receive doctor-tailored advice when needed + AI-generated insights and recommendations based on their individual data, promoting proactive health management. By combining risk detection, clinician oversight, and personalized feedback, the system enhances early intervention and supports more informed, data-driven healthcare.
- Dataset we used: https://www.kaggle.com/datasets/uom190346a/sleep-health-and-lifestyle-dataset
- Our presentation slides: https://docs.google.com/presentation/d/1aT-MszOCE6KtlVAj9TnOIrd4eE-Pkw17lCFdBtafRUg/edit?usp=sharing
frontend/
- Open the project on the cmd
- Navigate to the Frontend folder
- run npm install
- run npm run dev
- start on the main page by navigating to localhost:3000
backend/
- Open the project on the cmd
- Navigate to the Backend folder
- run pip install -r requirements.txt
- uvicorn main:app --reload
Run the FrontEnd and BackEnd together.