https://github.com/gauravsinghoffl/multiple-disease-prediction-system
A machine learning model for detection of diseases like diabetes, heart disease, and Parkinson's disease. The application employs various machine learning models trained on relevant datasets containing labeled patient information. Users can conveniently input their health data through a secure interface.
https://github.com/gauravsinghoffl/multiple-disease-prediction-system
diabetes-prediction disease-prediction heart-disease-prediction machine-learning parkinson-disease-prediction python3 streamlit streamlit-webapp
Last synced: about 2 months ago
JSON representation
A machine learning model for detection of diseases like diabetes, heart disease, and Parkinson's disease. The application employs various machine learning models trained on relevant datasets containing labeled patient information. Users can conveniently input their health data through a secure interface.
- Host: GitHub
- URL: https://github.com/gauravsinghoffl/multiple-disease-prediction-system
- Owner: gauravsinghoffl
- License: mit
- Created: 2025-04-08T17:59:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T15:12:25.000Z (about 1 year ago)
- Last Synced: 2025-09-19T11:57:29.356Z (9 months ago)
- Topics: diabetes-prediction, disease-prediction, heart-disease-prediction, machine-learning, parkinson-disease-prediction, python3, streamlit, streamlit-webapp
- Language: Jupyter Notebook
- Homepage: https://multiplediseasespredictionsystem.streamlit.app/
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Multiple Disease Prediction Streamlit App
This repository contains the codebase for "Multiple Disease Prediction Streamlit App". The training notebooks & the datasets are also provided in the respective folders.
app.py is the streamlit app code.
run the command "**pip install -r requirements.txt**" to install the required dependencies for the streamlit app.
You may need to install additional libraries for running the jupyter notebooks.