https://github.com/nano-bot01/diabetes-prediction-system
Diabetes Prediction System using support vector classifier and its deployment on local machine
https://github.com/nano-bot01/diabetes-prediction-system
ankit-nainwal diabetes diabetes-detection diabetes-prediction flask flask-application machine-learning ml nano-bot01 prediction python streamlit streamlit-webapp svm svm-classifier
Last synced: 8 months ago
JSON representation
Diabetes Prediction System using support vector classifier and its deployment on local machine
- Host: GitHub
- URL: https://github.com/nano-bot01/diabetes-prediction-system
- Owner: nano-bot01
- License: gpl-2.0
- Created: 2023-03-27T19:18:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T17:35:45.000Z (almost 3 years ago)
- Last Synced: 2025-05-12T22:39:19.923Z (about 1 year ago)
- Topics: ankit-nainwal, diabetes, diabetes-detection, diabetes-prediction, flask, flask-application, machine-learning, ml, nano-bot01, prediction, python, streamlit, streamlit-webapp, svm, svm-classifier
- Language: Jupyter Notebook
- Homepage: https://nano-bot01-marks-prediction-system--marks-app-23da95.streamlit.app/
- Size: 1010 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Diabetes-Prediction-System
Diabetes Prediction System using support vector classifier and its deployment on local machine
## [Deployed Model is here! ](https://nano-bot01-diabetes-prediction-system-app-uxy2wl.streamlit.app/)
### How to deploy code on local machine
```
streamlit run "location of python file having model and streamlit function"
```