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

https://github.com/rogendo/loanprediction-machinelearning


https://github.com/rogendo/loanprediction-machinelearning

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

This machine learning model predicts if your request for a loan is approved or not.

LoanPrediction-MachineLearning - Readme.md

Intro - Welcome to LoanPrediction-MachineLearning model, making predictions easy for you


LoanPrediction-MachineLearning uses a series of inputs to analyze if a person is viable or recommended to get loan or not. These input parameters include gender, salary, depts etc

# How to run it?

The following instructions were tested on the Windows and Linux with Python 3.8.

1. Clone this repository

```

git clone https://github.com/Rogendo/Crop_Yield_Prediction.git

```

```

cd LoanPrediction-MachineLearning/

```

2. Create and activate virtual environment

```

python -m venv venv

```

on Linux system

```

source venv/bin/activate

```

on Windows system

```

.\venv\Scripts\activate.bat

```

3. Install requirements

```

pip install -r requirements.txt

```

4. Run the project

```

streamlit run app.py

```

List of features



  • Loan Prediction

Contributing


Keep it simple..

Author or Acknowledgments



  • Peter Rogendo

License

This project is licensed under the MIT License