Skip to content

Ahmed-Maher77/Diabetes-Prediction-App-using-Machine-Learning

Repository files navigation

Diabetes Predictor - using Machine Learning

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


Used Technologies:

Python - Streamlit - JavaScript - CSS - Python Libraries (pandas - numpy - matplotlib - seaborn - sklearn) - ML Algorithms (Logistic Regression - Support Vector Machine - Random Forest Classifier - Gradient Boosting Classifier)


👀 Website Preview:

website preview - UI Mockup

📥 Installation Instructions for Local Setup:

To download and run this project locally:

pip install -r requirements.txt
streamlit run app.py

📁 Project Structure

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

📬 Contact & Contribution

Contributions, suggestions, and bug reports are welcome. Feel free to open issues or pull requests.

Releases

No releases published

Packages

No packages published