- Project Overview
- Demo
- Features
- Dataset
- Installation
- Usage
- Model Details
- Deployment
- Future Improvements
- License
This is a web-based application that predicts liver disease based on patient medical data.
The app is built with Python, Streamlit, and scikit-learn, and provides real-time predictions with a modern, interactive UI.
Interactive form for liver disease prediction with risk gauge.
- Sleek two-column input layout for patient data
- Predicts Liver Disease presence/absence
- Displays risk probability with a dynamic gauge
- Color-coded results:
- Red → Liver Disease Detected
- Green → No Liver Disease
- Optional interactive charts to compare patient values to healthy ranges
- Fully deployable to Streamlit Cloud / Heroku
- Name: Indian Liver Patient Dataset (ILPD)
- Source: Kaggle ILPD Dataset
- Features: Age, Gender, Total Bilirubin, Direct Bilirubin, Alkaline Phosphotase, ALT, AST, Total Proteins, Albumin, Albumin/Globulin Ratio
- Target:
1→ Liver Patient0→ No Liver Disease
- Clone the repository:
git clone https://github.com/your-username/liver-disease-prediction.git
cd liver-disease-prediction