Skip to content

subhadipsinha722133/Multiple-Disease-Prediction

Repository files navigation

🩺 Multiple Disease Prediction App

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.


🚀 Features

  • 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

📺 Live Demo

🔗Demo Link

🛠️ Tech Stack

  • Python
  • NumPy - Numerical computations
  • scikit-learn - Machine learning models
  • Streamlit - Web app framework
  • streamlit-option-menu - Sidebar navigation

📂 Project Structure

multiple-disease-prediction-streamlit-app/
│── app.py # Main Streamlit app
│── models/ # Trained ML models (pkl files)
│── requirements.txt # Dependencies
│── README.md # Project documentation


⚡ Installation & Usage

  1. 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


🤝 Contributing

Contributions are welcome! Feel free to open an Issue or submit a Pull Request.


📜 License

This project is licensed under the MIT License.


👨‍💻 Author

Subhadip Sinha

About

🤖This is an interactive Streamlit web application that predicts the likelihood of multiple diseases(Diabetes Prediction, Heart Disease Prediction, Parkinson's Disease Prediction) using Machine Learning models.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors