Diabetes is a chronic health condition affecting millions worldwide. Early detection and management are crucial for preventing complications and improving patient outcomes. This project leverages the power of machine learning to predict the likelihood of diabetes in individuals based on various health parameters such as glucose levels, BMI, age, and more.
Using a dataset containing historical patient information, advanced machine learning algorithms are trained to analyze patterns and identify predictive features associated with diabetes. The resulting model can accurately classify individuals into diabetic or non-diabetic categories, providing valuable insights for healthcare practitioners and empowering individuals to take proactive measures for their health.
By harnessing the capabilities of machine learning, this project aims to enhance diabetes diagnosis, facilitate early intervention, and ultimately contribute to better healthcare outcomes for individuals at risk of this prevalent disease.
🌐Demo (Live Preview): https://ai-diabetes-predictor-app.streamlit.app
➲ Notebook (ML Code): kaggle.com/code/ahmedmaheralgohary/diabetes-prediction
🎥Watch Video on LinkedIn: coming soon
Python - Streamlit - JavaScript - CSS - Python Libraries (pandas - numpy - matplotlib - seaborn - sklearn) - ML Algorithms (Logistic Regression - Support Vector Machine - Random Forest Classifier - Gradient Boosting Classifier)

To download and run this project locally:
pip install -r requirements.txt
streamlit run app.py
Diabetes Prediction App/
├── app.py # Main Streamlit application
├── Diabetes-Prediction-ML-Model.sav # Trained ML model
├── requirements.txt # Python dependencies
├── style.css # Custom styling
└── README.md # Project documentation
- 🧑💻 Portfolio: https://ahmedmaher-portfolio.vercel.app/
- 🔗 LinkedIn: https://www.linkedin.com/in/ahmed-maher-algohary
- 📧 Email: [email protected]
Contributions, suggestions, and bug reports are welcome. Feel free to open issues or pull requests.