This repository hosts a web application designed to predict the likelihood of three common diseases: Heart Disease, Diabetes, and Parkinson's Disease, using Machine Learning models deployed via Streamlit.
The repository includes the Streamlit app code (app.py), the trained models, the datasets, and the Jupyter notebooks used for training and analysis.
Follow these steps to set up and run the Streamlit application on your local machine.
You need Python (version 3.7+) and pip installed.
Clone the project from your repository and navigate into the main directory:
git clone <repository_url>
cd Multiple_diseases_prediction_MLPROJECT