This document discusses the implementation of a machine learning-based web application to predict and manage diabetes in women. Several machine learning algorithms were tested on a diabetes dataset, including logistic regression, decision trees, random forest, SVM, KNN, AdaBoost and gradient boosting. The top 5 algorithms achieved accuracies between 67-80%. These 5 algorithms were then combined using an ensemble voting classifier, which achieved an accuracy of 82% for diabetes prediction. The proposed web application uses the machine learning model for early diabetes detection and also provides dietary and exercise recommendations for pre-treatment management.