Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cypher-adi/loan-predictor

A loan approval prediction system.
https://github.com/cypher-adi/loan-predictor

flask ipynb-jupyter-notebook machine-learning numpy

Last synced: 1 day ago
JSON representation

A loan approval prediction system.

Awesome Lists containing this project

README

        

# Loan Predictor

> # Objective of The Project

- The proposed system is aimed at reducing risks of losses to banks due to
bad loans.
- It is based on the analysis of various attributes extracted from
the previous loan records.
- The system would make use of an ensemble of machine learning algorithms
- Deploy the model for use with new customer data in a reliable manner
- It will help improve the financial health of the banking sector
- The project will help automate the loan approval system and thus processing loans in a more transparent manner

> Tech used

- Machine Learning
- Flask

> Installation

For windows
```bash
python -m pip install -r requirements.txt
```

For linux
```bash
pip install -r requirements.txt
```