https://github.com/rogendo/loanprediction-machinelearning
https://github.com/rogendo/loanprediction-machinelearning
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rogendo/loanprediction-machinelearning
- Owner: Rogendo
- Created: 2022-12-29T11:32:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-02T14:13:19.000Z (7 months ago)
- Last Synced: 2025-01-08T23:43:44.727Z (5 months ago)
- Language: HTML
- Size: 567 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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