This is an interactive Streamlit web application that predicts the likelihood of multiple diseases using Machine Learning models.
The app provides an easy-to-use interface for users to enter medical data and receive instant predictions.
- Predict multiple diseases (e.g., Diabetes, Heart Disease, Parkinson’s, etc.)
- Clean and user-friendly interface powered by Streamlit
- Sidebar navigation with streamlit-option-menu
- Fast and accurate predictions using scikit-learn
- Python
- NumPy - Numerical computations
- scikit-learn - Machine learning models
- Streamlit - Web app framework
- streamlit-option-menu - Sidebar navigation
multiple-disease-prediction-streamlit-app/
│── app.py # Main Streamlit app
│── models/ # Trained ML models (pkl files)
│── requirements.txt # Dependencies
│── README.md # Project documentation
- Clone the repository:
git clone https://github.com/subhadipsinha722133/Multiple-Disease-Prediction.git cd multiple-disease-prediction-streamlit-app
Install the dependencies:
bash Copy code pip install -r requirements.txt Run the Streamlit app:
bash Copy code streamlit run app.py Open your browser at http://localhost:8501
Contributions are welcome! Feel free to open an Issue or submit a Pull Request.
This project is licensed under the MIT License.
Subhadip Sinha