Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.58 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.58 KB

Save-The-World-2 (DiagnoseEase)

Term 2 Coding Project ®didumfernando, yingxuan, shibo

Description: This project is our Microsoft Imagine Cup Junior project which is a web application which makes use of our own Machine Learning AI as well as Open AI to calculate the risk score of a patient of getting heart and cardiovascular diseases based on the users input of age, gender, blood pressure, cholesterol and smoking status. The Machine Learning calculates the risk score and the Open AI uses the risk score and the user's input to generate a personalised recommendation plan for the user to improve his/her health (Figure 1).

Screenshot 2023-05-14 at 11 26 19 PM (Figure 1)

AI Concepts

The AI would use the following algorithm shown in Figure 2 pictorially to accurately diagnose the risk levels and suggest the recommend actions for each of the groups (red - high risk, yellow - medium risk, green- low risk)

Screenshot 2023-05-15 at 10 54 25 AM

(Figure 2)

Languages used for this Project: Python, HTML, CSS, SQL and Javascript

Replit link/ Website Link: https://stw2--bngybongybrd.repl.co/

Video Link: https://youtu.be/OBQ-iXGrFHM

MsImagine Junior Slides Link: https://docs.google.com/presentation/d/1I_28aptqZXX3VMq69QDF9vnfxHudf_SKuoremIdZCJQ/edit?usp=sharing

Credits: https://platform.openai.com/docs/api-reference (Open AI api)