Skip to content

Health Assist web app uses the Streamlit framework to help users identify potential diseases. Simply input your symptoms, and the system will predict whether you have diabetes, heart disease, Breast Cancer or Parkinson's disease. The system is designed to be quick and convenient, promoting early detection and timely medical intervention.

Notifications You must be signed in to change notification settings

Sanchariii/Health-Assist

Repository files navigation

Health Assist

Introduction

Health Assist is a web-based application developed using Streamlit framework that allows users to input values for certain symptoms and the system will predict if the user have Diabetes , Heart Disease, Parkinson's Disease and Breast Cancer. This system aims to assist users in identifying potential diseases quickly and conveniently, promoting early detection and timely medical intervention.

Features

  • Predicts multiple diseases based on user-provided symptoms.

  • User-friendly web interface for symptom input and disease prediction.

  • Fast and efficient prediction algorithm.

Snapshots:

After inputting the values from the dataset we got correct predictions and the snapshots are given below:

diabetes pred 1 diabetes pred parkinsons pred

Installation

  1. Clone the repository:

        git clone https://github.com/Sanchariiii/Health-Assist.git
  2. Navigate to the project directory:

        cd Health-Assist
  3. Install all the necessary dependencies.

        pip install -r requirements.txt
  4. Run the application:

        streamlit run app.py
  5. Access the application by visiting http://localhost:8501 in your web browser

Usage

1.Open the application in your web browser.

2.Input the necessary values in the field provided.

3.Click on the "Predict" button to generate disease predictions.

4.The application will display that if the user has the disease or not.

Technologies Used

  • Python

  • Streamlit

  • Scikit-learn

  • Pandas

  • NumPy

  • pickle

Contributing

Contributions to the Multiple Disease Prediction System are welcome! If you find any bugs or want to enhance the functionality, please submit an issue or a pull request.

About

Health Assist web app uses the Streamlit framework to help users identify potential diseases. Simply input your symptoms, and the system will predict whether you have diabetes, heart disease, Breast Cancer or Parkinson's disease. The system is designed to be quick and convenient, promoting early detection and timely medical intervention.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published