🔗 Live App: https://diabetespredictiondeployed.streamlit.app/
This project builds and deploys a machine learning model to predict the likelihood of diabetes based on user-provided health indicators.
- Scales numeric features using
MinMaxScaler - Encodes categorical features with
OneHotEncoder - Accepts user input through a Streamlit interface
- Predicts diabetes risk using a trained model
- Displays prediction result and probability score
Clone the repository and install dependencies:
git clone https://github.com/your-username/diabetes-prediction.git
cd diabetes-prediction
pip install -r requirements.txt