Skip to content

JRahul11/Dia-Pred

Repository files navigation

Dia-Pred








Machine Learning Model: Random Forest Classifier
Dataset: Pima Indian Dataset (https://www.kaggle.com/uciml/pima-indians-diabetes-database)
Accuracy Score: Approx 88%

Steps to run the project:

  1. Clone the repository.
  2. Go to settings.py and scroll to the botton and change the email address and password (Emails will be sent from this account).
  3. Ensure less secure apps is enabled for the same google account.
  4. In terminal execute the following commands:
  5. python manage.py makemigrations
  6. python manage.py migrate
  7. python manage.py runserver