FastAPI Insurance Premium Prediction App

September 11, 2024 ยท View on GitHub

This repository contains the FastAPI app for insurance premium prediction, as well as the CI/CD setup for deploying it to Heroku.

Documentation

You can read the detailed documentation for this project on Medium:

How to Deploy a FastAPI Machine Learning Application on Heroku with CI/CD

Repository Contents:

  • main.py: FastAPI app code
  • insurance_model.pkl: Pre-trained model file
  • Procfile: Heroku configuration
  • requirements.txt: Required dependencies
  • .github/workflows: GitHub Actions workflow for CI/CD

Deployed App

You can access the deployed application at:
Deployed Application URL