Skip to content

This is a Supervised Machine Learning model for predicting multiple diseases like heart disease, diabetes, etc.

Notifications You must be signed in to change notification settings

oyy-krishna/Multiple-Disease-Pridictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🫀 Multi-Cure: The Multiple Disease Predictor 💉

🌐 Try it out here!

Overview

Multi-Cure is an advanced supervised Machine Learning model designed to predict multiple diseases, including:

  • Diabetes
  • Heart Disease
  • Parkinson's Disease
  • Breast Cancer

This powerful tool combines Python and Machine Learning to provide accurate predictions. The user-friendly web app is built and deployed using Streamlit, making it accessible and interactive.


💡 Key Features

  • Easy-to-use web interface.
  • Predicts multiple diseases with a single app.
  • Powered by robust supervised learning models.
  • Deployed for seamless access via Streamlit.

🔧 Installation Guide

Follow these simple steps to set up the project locally:

  1. Download the Project

    • Download the complete repository from here.
    • Extract the files to your desired location on your device.
  2. Install Dependencies

    • Open a terminal or command prompt.
    • Navigate to the project folder and install the required libraries by running:
      pip install -r requirements.txt
  3. Optional: Create a Virtual Environment

    • To keep your setup clean, create a virtual environment:
      python -m venv env  
      source env/bin/activate  # On macOS/Linux  
      env\Scripts\activate  # On Windows  
  4. Run the Application

    • Copy the file path of main.py from your device.
    • In the terminal or command prompt, run:
      streamlit run [path_to_main.py]
    • Replace [path_to_main.py] with the actual file path you copied.
    • Access the app via the local hosting link provided in the terminal.

🚀 How It Works

  1. Select the disease you want to predict.
  2. Input the required medical details.
  3. Click "Predict" to view the results instantly.

🛠️ Technologies Used

  • Python
  • Streamlit
  • Supervised Machine Learning Models

📌 Future Enhancements

  • Add more diseases to expand the model's capabilities.
  • Include additional input features for greater accuracy.
  • Improve the UI/UX of the web app.

Feel free to suggest improvements or contribute to the project! 😊

Releases

No releases published

Packages

No packages published