An open API service indexing awesome lists of open source software.

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.

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.