Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viveksati5143/diabetes-prediction
https://github.com/viveksati5143/diabetes-prediction
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/viveksati5143/diabetes-prediction
- Owner: Viveksati5143
- Created: 2023-07-20T20:31:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-22T18:11:37.000Z (over 1 year ago)
- Last Synced: 2023-07-22T18:46:27.906Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 1.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
*Diabetes-Prediction* is all about using Binary Classification to predict whether the person is having diabetes or not.
-Applying different classification algorithms like Logistic Regression, SVM, KNN, Naive Bayes, Decision Tree and Random Forest on Diabetes dataset.
# Steps to run the project locally:-
Step 1: Run the Diabetes.ipynb file
A model.pkl file will be createdStep 2. Go to the terminal and run app.py using command:
streamlit run app.pyStep 3. It will automatically redirect to http://localhost:8501/