https://github.com/hackzombies/ml-health-guard
Multiple Disease Prediction is an offline web app that predicts diseases like diabetes and Parkinson’s using machine learning (SVM, Logistic Regression). Built with Python (Streamlit, Scikit-learn, Pickle), it helps users with limited access to medical care by analyzing clinical test results.
https://github.com/hackzombies/ml-health-guard
logistic-regression machine-learning python streamlit support-vector-machines
Last synced: about 2 months ago
JSON representation
Multiple Disease Prediction is an offline web app that predicts diseases like diabetes and Parkinson’s using machine learning (SVM, Logistic Regression). Built with Python (Streamlit, Scikit-learn, Pickle), it helps users with limited access to medical care by analyzing clinical test results.
- Host: GitHub
- URL: https://github.com/hackzombies/ml-health-guard
- Owner: HackZombies
- Created: 2024-11-21T15:50:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-29T21:25:38.000Z (over 1 year ago)
- Last Synced: 2025-03-27T07:13:47.482Z (about 1 year ago)
- Topics: logistic-regression, machine-learning, python, streamlit, support-vector-machines
- Language: Jupyter Notebook
- Homepage:
- Size: 241 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ML-Health-Gaurd
This repository contains the codebase for "ML Health Gaurd". 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.