End-to-End-Diabetes-Prediction-Application-Using-Machine-Learning icon indicating copy to clipboard operation
End-to-End-Diabetes-Prediction-Application-Using-Machine-Learning copied to clipboard

In this project, the objective is to predict whether the person has Diabetes or not based on various features like Number of Pregnancies, Insulin Level, Age, BMI.

Results 8 End-to-End-Diabetes-Prediction-Application-Using-Machine-Learning issues
Sort by recently updated
recently updated
newest added

bro when i tap predict it shows 405 not allowed ![2022-03-22](https://user-images.githubusercontent.com/83169478/159510999-10cf0cf0-c348-46ba-b2d9-2627635eceb3.png)

what should i do ? , i loaded all of .py and all of templates , diabetes model , diabetes.csv please let me know as soon as possible

when run python app.py i keep running into this error below how do i solve it classifier = pickle.load(open(filename, 'rb')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _pickle.UnpicklingError: invalid load key, '\xef'.

Bumps [flask](https://github.com/pallets/flask) from 1.1.1 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...

dependencies

Hey! The project looks really interesting but, model evaluation has not been performed. It will be much more effective if the performance metrics is shown so that any changes in...