GitHunt

๐Ÿฅ Multiple Disease Prediction System using Machine Learning

Python
Streamlit
ML Models
License

A machine learning-powered web application built with Streamlit to predict the presence of common diseases including Diabetes, Heart Disease, Parkinsonโ€™s, and Breast Cancer. Users can enter basic health metrics and receive immediate predictions.


๐ŸŽฏ Project Overview

This project aims to provide a simple yet effective tool for early disease prediction. It features:

  • โœ… Trained ML models saved as .sav files
  • ๐ŸŽ›๏ธ Interactive web interface using Streamlit
  • ๐Ÿ“ฆ Easy-to-install Python environment
  • ๐Ÿ” Real-time disease prediction

๐Ÿง  Supported Diseases

The following diseases are currently supported:

  • ๐Ÿ”ท Diabetes
  • ๐Ÿ”ด Heart Disease
  • ๐ŸŸ  Parkinsonโ€™s Disease
  • ๐ŸŸข Breast Cancer

๐Ÿš€ Quick Start

โš™๏ธ Installation

# Clone the repository
git clone https://github.com/Ashis-Mishra07/Multiple_Disease_Prediction_Model.git
cd Multiple_Disease_Prediction_Model

# Create a virtual environment (optional but recommended)
python -m venv venv
source venv/bin/activate         # On Windows: venv\Scripts\activate

# Install required packages
pip install -r requirements.txt

The app will open at http://localhost:8501

๐Ÿ“ Project Structure

Multiple_Disease_Prediction_Model/
โ”œโ”€โ”€ app.py                       # Main Streamlit web app
โ”œโ”€โ”€ requirements.txt             # Python dependencies
โ”œโ”€โ”€ models/                      # Trained model files (.sav)
โ”‚   โ”œโ”€โ”€ diabetes_model.sav
โ”‚   โ”œโ”€โ”€ heart_disease_model.sav
โ”‚   โ”œโ”€โ”€ parkinsons_model.sav
โ”‚   โ””โ”€โ”€ breast_cancer_model.sav
โ””โ”€โ”€ README.md                    # You're reading it!

๐Ÿ”ฎ Future Enhancements

Planned Features

  • Add model accuracy indicators
  • Add model retraining support from UI
  • Integrate user authentication
  • Integration with EEG devices
  • Deploy on Streamlit Cloud or HuggingFace Spaces

โš ๏ธ Medical Disclaimer: This software is for research and educational purposes only. It is not intended for clinical diagnosis or treatment decisions. Always consult qualified healthcare professionals for medical advice.

๐Ÿ“… Last Updated: June 2025 | ๐Ÿ”ข Version: 1.0.0

Ashis-Mishra07/Multiple_Disease_Prediction_Model | GitHunt