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.
visit- https://diabetes-pred-app.herokuapp.com/
Use the package manager pip to install all python packages on your system which is listed in requirements.txt file.
-
Open cmd or any other terminal
-
Go to file location were app.py is located
-
Run the command python app.py
-
Open your browser and open url http://127.0.0.1:5000/