Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
satyam-seth committed Dec 24, 2020
1 parent 907ce17 commit 442496e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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](https://www.kaggle.com/uciml/pima-indians-diabetes-database) to build the machine learning model.

## See Project

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

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install all python packages on your system which is listed in **[requirements.txt](https://github.com/satyam-seth/diabetes_prediction/blob/main/requirements.txt)** file.

## How to run

1. Open cmd or any other terminal

2. Go to file location were **[app.py](https://github.com/satyam-seth/diabetes_prediction/blob/main/app.py)** is located

3. Run the command *python app.py*

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

0 comments on commit 442496e

Please sign in to comment.