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).
- Host: GitHub
- URL: https://github.com/jeffasante/ml-microservice-streamlit
- Owner: jeffasante
- License: mit
- Created: 2021-01-31T07:45:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-31T13:19:10.000Z (over 5 years ago)
- Last Synced: 2025-03-17T05:45:18.111Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```