Machine Learning Model: Random Forest Classifier
Dataset: Pima Indian Dataset (https://www.kaggle.com/uciml/pima-indians-diabetes-database)
Accuracy Score: Approx 88%
- Clone the repository.
- Go to settings.py and scroll to the botton and change the email address and password (Emails will be sent from this account).
- Ensure less secure apps is enabled for the same google account.
- In terminal execute the following commands:
- python manage.py makemigrations
- python manage.py migrate
- python manage.py runserver