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 codeinsurance_model.pkl: Pre-trained model fileProcfile: Heroku configurationrequirements.txt: Required dependencies.github/workflows: GitHub Actions workflow for CI/CD
Deployed App
You can access the deployed application at:
Deployed Application URL