Skip to content

Machine Learning Application to Predict Insurance Quotes based on Age, Gender, Height, Weight and BMI of applicant

Notifications You must be signed in to change notification settings

thedatastreet/bmiapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Application to Predict Insurance Quotes based on Age, Gender, Height, Weight and BMI of applicant

Steps to build the application using Docker

Build a docker image named bmiapp by using the docker build command

  • docker build -t bmiapp .

Run the docker image by using the following command

  • docker run -p 80:5000 bmiapp

About

Machine Learning Application to Predict Insurance Quotes based on Age, Gender, Height, Weight and BMI of applicant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published