An advanced AI-powered health monitoring and early disease detection system. This platform helps users and healthcare professionals predict and detect critical health conditions, including Heart Failure, Coronary Artery Stenosis, and Mouth Cancer using state-of-the-art Machine Learning models.
Experience the system in action: Watch the Live Demo Video on Google Drive
Predicts the risk level and risk score of heart failure based on user-entered symptoms and health checkup parameters.
-
Input: Health metrics and symptoms.
-
Output: Risk percentage, detailed assessment, and actionable insights.
Assists cardiologists and radiologists in identifying early-stage blockages in coronary arteries, potentially preventing heart attacks.
-
Model: YOLOv11 (You Only Look Once)
-
Visual Output: Bounding boxes identifying stenotic regions.
Facilitates early identification of malignant oral tissues, which is key to improving survival rates.
-
Model: YOLOv11
-
Significance: Aids in detecting abnormalities early when the 5-year survival rate is highest.
- AI Chatbot: Real-time responses to health queries.
- Report Generation: Export and download detailed clinical summaries.
- Backend: Python, Flask
- Frontend: HTML5, CSS3 (Vanilla), JavaScript
- Machine Learning / AI: YOLOv11, Scikit-learn
Follow these steps to set up the project locally on your machine:
git clone https://github.com/plk456/AI-Based-Health-Monitoring-System.git
cd AI-Based-Health-Monitoring-Systempython -m venv myvenv- Windows (PowerShell):
myvenv\Scripts\Activate.ps1
- Windows (Command Prompt):
myvenv\Scripts\activate.bat
- Linux/macOS:
source myvenv/bin/activate
pip install -r requirements.txtpython app.py- Coronary Artery Disease (CAD): Coronary artery stenosis is a major cause of death globally. Early detection is critical to preventing myocardial infarction.
- Mouth Cancer: Globally, oral cancer causes approximately 177,757 deaths every year, with a 5-year mortality rate close to 50%. Early detection via object detection models like YOLOv11 drastically improves prognosis.
This project is licensed under the MIT License.
- Developer: Likith Kumar
- Email: Kumarlikith178@gmail.com





