This is Diabetes Prediction Software, using Python. This is a Machine Learning model. Here, I use KNN algorithm.
You need to install:
- pip install pywin32 (for windows)
- pip3 install pywin32 (Linux or Mac) If this is not working, then try both pip install pywin32 and pip install pypiwin32
- pip install sklearn
- pip install pandas
- pip install matplotlib
Download this, and put into a same folder.
Open jupyter notebook on this folder. Then run the "Diabetes_Prediction_Software.ipynb" or diabetes prediction software.py (use any ide for .py)
Enter values for prediction
If you want to watch prediction time, graphs, etc. Then run the “knn.py”
Try this values: 148,72,35,0,33.6,0.6277,50 for diabetes and try this for non diabetes 89,66,23,94,28.1,0.167,21