This project is a comprehensive medical diagnosis prediction tool that allows users to input their medical data and receive predictions on whether they may have breast cancer, diabetes, or heart disease. The predictions are made using pre-trained machine learning models that analyze the input data and provide a diagnosis.
- Breast Cancer Prediction: Predicts whether the input data indicates the presence of breast cancer.
- Diabetes Prediction: Predicts whether the input data indicates the presence of diabetes.
- Heart Disease Prediction: Predicts whether the input data indicates the presence of heart disease.
- User-friendly Interface: Easy to use web interface for inputting medical data and viewing predictions.
- Single Entry Point: Run the application using app.py.
- Breast Cancer: Features such as mean radius, mean texture, mean perimeter, etc
- Diabetes: Features such as number of pregnancies, glucose level, blood pressure, etc.
- Heart Disease: Features such as age, sex, chest pain type, resting blood pressure, etc. Contributing


