This is a Machine Learning-based Diabetes Prediction System developed using the Scikit-learn library. The model predicts whether a person is likely to have diabetes based on their medical details like age, glucose level, blood pressure, etc.
The Contact Management System is a desktop application developed using Python's Tkinter library for the Graphical User Interface (GUI) and MySQL for backend database management. This system allows users to perform basic operations like adding, deleting, displaying, and searching contacts.
This is a Python-based Contact Management System developed using the Tkinter library for GUI and MySQL for backend data storage. The system allows efficient management of contacts by enabling users to add, delete, search, and display contacts. It also includes data validation to ensure the uniqueness of phone numbers and provides user feedback through message boxes.