Skip to content

The Multiple Disease Prediction project aims to create a user-friendly web application that allows users to input relevant medical information and receive predictions for different diseases.

shaadclt/Multiple-Disease-Prediction-System

Repository files navigation

Multiple Disease Prediction System using Machine Learning

mdps - github1

This project provides a streamlit web application for predicting multiple diseases, including diabetes, Parkinson's disease, and heart disease, using machine learning algorithms. The prediction models are deployed using Streamlit, a Python library for building interactive web applications.

Table of Contents

Introduction

The Multiple Disease Prediction project aims to create a user-friendly web application that allows users to input relevant medical information and receive predictions for different diseases. The machine learning models trained on disease-specific datasets enable accurate predictions for diabetes, Parkinson's disease, and heart disease.

Features

The Multiple Disease Prediction web application offers the following features:

  • User Input: Users can input their medical information, including age, gender, blood pressure, cholesterol levels, and other relevant factors.
  • Disease Prediction: The application utilizes machine learning models to predict the likelihood of having diabetes, Parkinson's disease, and heart disease based on the inputted medical data.
  • Prediction Results: The predicted disease outcomes are displayed to the user, providing an indication of the probability of each disease.
  • Visualization: Visualizations are generated to highlight important features and provide insights into the prediction process.
  • User-Friendly Interface: The web application offers an intuitive and user-friendly interface, making it easy for individuals without technical knowledge to use the prediction tool.

Setup

To use this project locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/shaadclt/Multiple-Disease-Prediction-System.git
  1. Install the required dependencies by running:
pip install -r requirements.txt
  1. Download the pre-trained machine learning models for diabetes, Parkinson's disease, and heart disease. Make sure to place them in the appropriate directories within the project structure.

  2. Update the necessary configurations and file paths in the project files.

Usage

To run the Multiple Disease Prediction web application, follow these steps:

  1. Open a terminal or command prompt and navigate to the project directory.

  2. Run the following command to start the Streamlit application:

streamlit run multiplediseaseprediction.py
  1. Access the web application by opening the provided URL in your web browser.

  2. Input the relevant medical information as requested by the application.

  3. Click the "Predict" button to generate predictions for diabetes, Parkinson's disease, and heart disease based on the provided data.

  4. View the prediction results and any accompanying visualizations or insights.

Feel free to customize the web application's appearance, add more disease prediction models, or integrate additional features based on your specific requirements.

Contributing

Contributions to this project are welcome. If you find any issues or have suggestions for improvement, please open an issue or submit a pull request on the project's GitHub repository.

License

This project is licensed under the MIT License. You are free to modify and use the code for both personal and commercial purposes.

About

The Multiple Disease Prediction project aims to create a user-friendly web application that allows users to input relevant medical information and receive predictions for different diseases.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published