/Insurance_expense_prediction_Web_App

Expense prediction

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Insurance Premium Prediction Web App

The goal of this project is to give people an estimate of how much they need based on their individual health situation. After that, customers can work with any health insurance carrier and its plans and perks while keeping the projected cost from our study in mind.

Documentation🚀

Documentation

Virtual env and Git

Virtual environment

 #Create a virtual environment
 conda create -p {env_name} python=={version} -y
 #Activate 
 conda activate env/

Initialize the empty Git repository

  git init 
  create the repository in github
  git add .
  git commit -m "message"
git remote add origin <repository_URL>
  git push origin main

Run Locally

Clone the project

  git clone https://github.com/deftydev/Insurance_expense_prediction_Web_App.git

Go to the project directory

  cd Insurance_expense_prediction_Web_App

Install dependencies

  pip install -r requirements.txt
  python setup.py install

Start the server

 python app.py

Authors

License

MIT

🔗 Links

linkedin