This project predicts the likelihood of heart disease using Machine Learning techniques based on patient clinical data.
- Data preprocessing
- Exploratory Data Analysis (EDA)
- Logistic Regression model
- Model evaluation
- Streamlit web application
- Python
- Pandas
- NumPy
- Scikit-learn
- Matplotlib
- Seaborn
- Streamlit
UCI Heart Disease Dataset
Logistic Regression
pip install -r requirements.txtcd app
py -m streamlit run app.pyHeart_Disease_Prediction/
│
├── data/
├── notebooks/
├── models/
├── app/
├── requirements.txt
└── README.md
- Add more ML models
- Improve UI
- Deploy online
- Add probability prediction