Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 979 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 979 Bytes

Diabetes Predictor

This is a flask based app for Diabetes Prediction, which provide the website as well as API feature. In this used Pima Indian Diabetes Dataset to build the machine learning model.

See Project

visit- https://diabetes-pred-app.herokuapp.com/

Installation

Use the package manager pip to install all python packages on your system which is listed in requirements.txt file.

How to run

  1. Open cmd or any other terminal

  2. Go to file location were app.py is located

  3. Run the command python app.py

  4. Open your browser and open url http://127.0.0.1:5000/

Demo GIF