Skip to content

Archi-shaw/MedPred-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 AI Health Assistant

A simple Machine Learning web app that predicts the likelihood of diseases based on user input.


🚀 Features

  • Diabetes Prediction
  • Heart Disease Prediction
  • Parkinson’s Prediction
  • Clean and interactive UI using Streamlit

🛠️ Tech Stack

  • Python
  • Streamlit
  • Scikit-learn
  • Pickle

📂 Project Structure

project/
│── main.py
│── save_models/
│   ├── diabetes_model.sav
│   ├── heart.sav
│   └── parkinsons_model.sav
│── requirements.txt

⚙️ How to Run

  1. Install dependencies:
pip install -r requirements.txt
  1. Run the app:
streamlit run main.py

⚠️ Note

This project is for educational purposes only and not for medical use.

About

Developed a machine learning-based health prediction system using Streamlit that analyzes user inputs to detect risks of diabetes, heart disease, and Parkinson’s disease.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors