This machine learning model predicts if your request for a loan is approved or not.
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
The following instructions were tested on the Windows and Linux with Python 3.8.
- Clone this repository
git clone https://github.com/Rogendo/Crop_Yield_Prediction.git
cd LoanPrediction-MachineLearning/
- Create and activate virtual environment
python -m venv venv
on Linux system
source venv/bin/activate
on Windows system
.\venv\Scripts\activate.bat
- Install requirements
pip install -r requirements.txt
- Run the project
streamlit run app.py
- Loan Prediction
- Peter Rogendo
This project is licensed under the MIT License
