Skip to content

xmpuspus/pricing-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insurance Pricing Web Application

Author: Xavier M. Puspus

Description

I used a sample dataset on insurance pricing and built a simple web application with a machine learning backend to see live changes to predicted/suggested prices based on changes in input data.

Data

You can get the data here.

Model

I only used a low-order machine learning technique for demo purposes. The web app's backend can work for more complex models.

Deployment Through Web Application

I used the most recently released API of Streamlit to deploy the ml model and locally serve the web app.

Running the App

In order to run the app, you must have the basic data science packages available on your machine, (pandas, numpy, seaborn, matplotlib, sklearn and install streamlit using:

foo@bar:~$ pip install streamlit

Afterwards, cd into the directory of app.py and run this on the terminal:

foo@bar:~$ streamlit run app.py

Display

The web app should look something like this:

Sample image of the insurance pricing model web application.

About

Repository containing code that demonstrated web app deployment of pricing model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors