A simple Machine Learning web app that predicts the likelihood of diseases based on user input.
- Diabetes Prediction
- Heart Disease Prediction
- Parkinson’s Prediction
- Clean and interactive UI using Streamlit
- Python
- Streamlit
- Scikit-learn
- Pickle
project/
│── main.py
│── save_models/
│ ├── diabetes_model.sav
│ ├── heart.sav
│ └── parkinsons_model.sav
│── requirements.txt
- Install dependencies:
pip install -r requirements.txt
- Run the app:
streamlit run main.py
This project is for educational purposes only and not for medical use.