This project focuses on building a machine learning model to predict credit risk, specifically identifying whether a borrower is likely to default on a loan. By analyzing applicant characteristics and loan details, we aim to assist financial institutions in making data-driven lending decisions and managing credit risk effectively.
The goal is to classify loan applications into default and non-default categories using structured borrower and loan data. This helps financial providers reduce financial losses, automate loan approvals, and ensure responsible lending.
Predicting credit risk allows lenders to:
- Minimize bad debt
- Adjust interest rates based on risk
- Increase financial inclusion through smarter automation
NOTE : Unzip models/production_model.zip first
# Clone Repository
git clone https://github.com/rochiekop/credit_risk_simulation# Install
python -m venv .venv
# Activate
source .venv/Scripts/activate# Run
fastapi run ./src/api.py# Run
streamlit run ./src/streamlit.pyLast Update: 04-07-2025 Created By: rochiekop
