Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days ago
JSON representation
A loan approval prediction system.
- Host: GitHub
- URL: https://github.com/cypher-adi/loan-predictor
- Owner: cypher-adi
- Created: 2021-08-10T13:07:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-15T10:35:12.000Z (over 3 years ago)
- Last Synced: 2024-10-12T15:42:52.895Z (about 1 month ago)
- Topics: flask, ipynb-jupyter-notebook, machine-learning, numpy
- Language: Jupyter Notebook
- Homepage:
- Size: 342 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```