Heart Disease Prediction Using Machine Learning Techniques : Logistic Regression, KNN, Random Forest, Naive Bayes, and Support Vector Classifier. Dataset used : https://www.kaggle.com/datasets/jillanisofttech/heart-disease-prediction-using-differenttechniques To run the code : 1. Install the requirements.txt pip install -r requirements.txt 2. Run the streamlit app. streamlit run myapp.py 3. Type the values for the attributes. 4. Click on Predict. Screenshots