This project Predicts if a person is diabetic or not based on the input parameters.
The project has:
- The dataset folder contains the dataset
- The notebook part is where the EDA,feature engineering & model building (we have used Logistic Regression,SVM,Decision tree and Gaussion Naive Bayes) is done and the models are saved in the models folder.
- The .eb extensions contains the part required for hosting in aws by using elastic beanstalk.
- The .github/workflows is the part generated when the deployment on azure is done
- Templates folder contains the html templates which are rendered by the flask app
- application.py is the main python file.
To clone this project use :
git clone https://github.com/rachitdani/DiabetesPrediction-with-Deployment.git