Skip to content

Shreeraksha-98/Health_Insurance_Prediction

Repository files navigation

Health Insurance Prediction:

Table of Content

Demo

Link: https://health-insurance-prediction-2.herokuapp.com/](https://health-insurance-prediction-2.herokuapp.com/)

Overview

This is a Flask web app which predicts the cost of health insurance.

Installation

The Code is written in Python 3.6.10. If you don't have Python installed you can find it here. If you are using a lower version of Python you can upgrade using the pip package, ensuring you have the latest version of pip. To install the required packages and libraries, run this command in the project directory after cloning the repository:

pip install -r requirements.txt

Deployement on Heroku

Login or signup in order to create virtual app. You can either connect your github profile or download ctl to manually deploy this project.

Our next step would be to follow the instruction given on Heroku Documentation to deploy a web app.

Directory Tree

├── static 
│   ├── css
├── template
│   ├── home.html
├── Procfile
├── README.md
├── app.py
├── Final_health_insurance_prediction.ipynb
├── health_rf.pkl
├── requirements.txt

Future Scope

  • Use multiple Algorithms
  • Optimize Flask app.py
  • Front-End

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors