Skip to content

404-ankitFound/HeartDiseasePrediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

❤️ Heart Disease Prediction System

📌 Purpose

Medical reports contain multiple parameters (age, BP, cholesterol, etc.), making it difficult to quickly assess heart disease risk. This system allows users to enter their report values and get an instant prediction.


🚀 Features

  • User Login & Signup
  • Real-time Prediction
  • Prediction History stored in PostgreSQL
  • Admin Dashboard

🧠 Model

  • Dataset: Kaggle (~916 rows)
  • Algorithm: Naive Bayes
  • Accuracy: 93.2%
  • F1 Score: 0.9208

⚙️ Tech Stack

  • Frontend: JSP
  • Backend: Java Servlets
  • Database: PostgreSQL
  • ML: Python (Flask API + Scikit-learn)

🔗 Flow

JSP → Servlet → Flask API → ML Model → Result → Database


📌 Note

This project focuses on integrating Machine Learning into a real-world full-stack system.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors