jeffasante / ml-microservice-streamlit

Deploying a machine learning app, which predict loan approval, using streamlit (locally).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repository Overview

This repositry contains code to run streamlit on a trained model to predict whtere an applicant is suitable for a loan.

app.py serves out predictions about Loan status through API class. The code to ML, Loan Prediction

Setup

Clone and install the current package.

pip install -e

About

Deploying a machine learning app, which predict loan approval, using streamlit (locally).

License:MIT License


Languages

Language:Python 100.0%