Git Product home page Git Product logo

insurance-prediction-api's Introduction

  • The project is a demo for a class presentation in which I was asked by my lecturer to do a small demo on how we can use api as a way of deploying our machine learning model into production.
  • This demo is simplest one I could create given the limited time I had
  • I used FastAPI framework to build the API and link it with the model
  • I also used Streamlit as a frontend
  • Below is the architure of the application

API architecture

  • To try out the API on local machine you can create a local environment using Pipenv.

  • You can then install FastAPI and Streamlit using the following commands

    pipenv install fastapi

  • You will also need an ASGI server, use the following command to install

    pipenv install "uvicorn[standard]"
    
  • You can now start the server using the following command:

    uvicorn lm_api:app
    
  • You can read more on fastapi here

  • To install streamlit using the following command

    pipenv install streamlit
    
  • To start streamlit use the command below:

streamlit run frontend.py
  • Make sure you cd to src folder for the servers to start running

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.