Skip to content

amber305/BaazCredit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏦 BaazCredit - AI Powered Credit Risk Scoring System


1) Problem Statement

The project aims to solve the problem of inefficient and slow credit risk evaluation in financial lending systems by using machine learning-based credit scoring.

Currently, banks and financial institutions rely on traditional rule-based or manual evaluation methods, which leads to delayed loan approvals, human bias, and inaccurate risk assessment, affecting both lenders and borrowers.


2) Proposed Solution

BaazCredit provides an AI-powered credit risk scoring system that evaluates a user’s financial profile and predicts their creditworthiness.

  • Uses machine learning models to predict loan default risk
  • Generates a risk score based on user financial history
  • Reduces human bias in decision-making
  • Enables faster and more accurate loan approval process

This solution improves transparency, speed, and accuracy in credit decision systems.


3) Features

  • 📊 AI-based credit risk prediction
  • ⚡ Real-time risk scoring system
  • 📉 Risk classification (Low / Medium / High Risk)
  • 🔐 User authentication system
  • 🧠 Machine learning model integration
  • 📈 Visual representation of risk results
  • 🧾 Data-driven decision support system

4) Tech Stack

Frontend: React.js, HTML, CSS, Tailwind CSS
Backend: Node.js / Flask / FastAPI
Database: MongoDB / MySQL
AI/ML: Scikit-learn, Pandas, NumPy, XGBoost / Logistic Regression
Visualization: Matplotlib / Seaborn


5) System Architecture

System Architecture of the Proposed System



6) Installation & Setup

git clone <repo-link>
cd project-folder

# Frontend setup
cd frontend
npm install
npm run dev

# Backend setup
cd backend
npm install
node server.js
---

About

Ai based Credit Scoring Platform

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors