An open API service indexing awesome lists of open source software.

https://github.com/jeffasante/ml-microservice-streamlit

Deploying a machine learning app, which predict loan approval, using streamlit (locally).
https://github.com/jeffasante/ml-microservice-streamlit

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://github.com/jeffasante/Simple-Data-Science/blob/master/Loan%20Prediction.ipynb)

## Setup
Clone and install the current package.
```
pip install -e
```