Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vivprime/diabetes-prediction-system
MERISKILL INTERNSHIP: To predict whether an individual have Diabetes or not
https://github.com/vivprime/diabetes-prediction-system
django html scikit-learn
Last synced: 13 days ago
JSON representation
MERISKILL INTERNSHIP: To predict whether an individual have Diabetes or not
- Host: GitHub
- URL: https://github.com/vivprime/diabetes-prediction-system
- Owner: Vivprime
- Created: 2024-04-27T12:23:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-28T14:30:17.000Z (8 months ago)
- Last Synced: 2024-04-29T14:00:03.758Z (8 months ago)
- Topics: django, html, scikit-learn
- Language: Jupyter Notebook
- Homepage:
- Size: 1.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Diabetes-Prediction-System
MERISKILL INTERNSHIP TASK:The Diabetes Prediction System is a web-based application that predicts the likelihood of an individual having diabetes based on various health-related features. The system utilizes a machine learning model trained on historical data to provide predictions for users.
Features
Input user data such as pregnancies, glucose level, blood pressure, skin thickness, insulin, BMI, diabetes pedigree function, and age.
Get predictions on the likelihood of having diabetes.
User-friendly interface for easy interaction.![home page](https://github.com/Vivprime/Diabetes-Prediction-System/assets/121534834/767de2b8-cd56-4279-ac66-8eef8895b5a7)
![result page](https://github.com/Vivprime/Diabetes-Prediction-System/assets/121534834/04ae2d12-2131-4afb-9f52-595057cbbec6)Usage
Open the application in your web browser.
Fill in the required health-related information in the form.
Click the "Submit" button to get the prediction result.View the prediction result on the page.
data has been visualized and analysed using pandas, matplotlib pyplot, seaborn, Scikit learn.
and imported to the django project for the diabetes prediction system!SAMPLE :
![jupyter2](https://github.com/Vivprime/Diabetes-Prediction-System/assets/121534834/a902e1f6-43d4-45a3-b29a-b17e73791cbf)
![jupter1](https://github.com/Vivprime/Diabetes-Prediction-System/assets/121534834/1ddc29eb-3d4b-4852-b9f0-547bbc327238)