Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankushmallick1100/django-insurance-premium-predictor-web-app
This is a web app where a user can signup to the website first and then login to access the website. Then, he/she can give their age, select his/her gender, bmi, number of children, select whether he/she is a smoker or not, and select his/her region. Gradient Boosting Regressor is used in this project which gives the best accuracy of 89.798.
https://github.com/ankushmallick1100/django-insurance-premium-predictor-web-app
bootstrap bootstrap5 css django gradientboosting gradientboostingregressor html insurance-prediction insurance-premium-predictor machine-learning matplotlib numpy pandas python regression regression-models sklearn tailwind tailwind-css tailwindcss
Last synced: 4 days ago
JSON representation
This is a web app where a user can signup to the website first and then login to access the website. Then, he/she can give their age, select his/her gender, bmi, number of children, select whether he/she is a smoker or not, and select his/her region. Gradient Boosting Regressor is used in this project which gives the best accuracy of 89.798.
- Host: GitHub
- URL: https://github.com/ankushmallick1100/django-insurance-premium-predictor-web-app
- Owner: ankushmallick1100
- Created: 2024-11-09T18:55:47.000Z (5 days ago)
- Default Branch: main
- Last Pushed: 2024-11-09T19:03:49.000Z (5 days ago)
- Last Synced: 2024-11-09T20:17:33.145Z (5 days ago)
- Topics: bootstrap, bootstrap5, css, django, gradientboosting, gradientboostingregressor, html, insurance-prediction, insurance-premium-predictor, machine-learning, matplotlib, numpy, pandas, python, regression, regression-models, sklearn, tailwind, tailwind-css, tailwindcss
- Language: Jupyter Notebook
- Homepage:
- Size: 290 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Insurance Premium Predictor Web App
This is a web app where a user can signup to the website first and then login to access the website. Then, he/she can give their age, select his/her gender (Male/Female), bmi, number of children, choose whether he/she is a smoker or not (Yes/No), and select his/her region (South-West, South-East, North-West, and North-East). After submitting all the six details, he/she can see the insurance premium plan amount that is required for him/her. This web app is made with HTML, BootStrap CSS Framework, and TailWind CSS Framework in the frontend, and Python Django framework in the backend. In the backend, six regression models are used - Linear Regression, Hist Gradient Boosting Regressor, Random Forest Regressor, Decision Tree Regressor, Gradient Boosting Regressor, and Voting Regessor to make the best model where Gradient Boosting Regressor gives the best result with an accuracy of 89.798.