WebApp made using Flask API deployed on Heroku cloud platform. The Dataset taken for this task is from Kaggle's Diabetes dataset which got certain parameters on basis of which one can be able to decide if patient is diabetic or not.
Creating user friendly UI with which users can easily interact and can see whether they are diabetes patient or not. This deployed project can further be taken to large scale and can be bought in production with more enhancements and advancements. The following project can be considered as the beta or sample version of Diabetes Predictor.
- Link: https://diab-prediction.herokuapp.com/
- Dataset: https://www.kaggle.com/uciml/pima-indians-diabetes-database
While making this project I used python 3.7. If you are using any lower variant of python then I recommend you to upgrade your python to the latest version by using pip. Once you clone this repository just type this command in the cloned project directory in order to install all the required packages:
pip install -r requirements.txt
Once you clone the directory and install all the requirements, simply open terminal in the folder where your project is saved and run the following command:
python app.py