Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1.57 KB

README.md

File metadata and controls

29 lines (26 loc) · 1.57 KB

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