Skip to content

A loan prediction web app which tells You that you are eligible for loan or not!

Notifications You must be signed in to change notification settings

m-rishab/Credbet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Credbet - Loan Approval Prediction System

Credbet is a predictive modeling project that classifies whether a loan will be approved or not, utilizing machine learning algorithms, specifically the Random Forest Classifier.

Dataset

The project leverages datasets containing information from past loan applicants, considering various features to determine the loan status.

Approach

Loan

Project Overview

The random forest algorithm improves the flexibility and decision-making capacity of individual trees. It is another machine learning algorithm incorporating the ensemble learning theorem as its foundation, combining results from various decision trees to optimize training. In some use cases of loan and credit risk prediction, some features are more important than the rest or, more specifically, some features whose removal would improve the overall performance. Since we know the fundamentals of decision trees and how they choose features based on information gain, random forests would incorporate these benefits to give superior performance,

Model Used

The machine learning model employed in this project is the Random Forest Classifier, well-suited for classification problems.

Prediction Process

  1. Click on the "Predict" Button: Open the web browser and navigate to http:https://localhost:5000. Click on the "Predict" button on the website.

  2. Fill in the Required Form: Complete the form with information about the loan applicant. Input necessary details such as credit score, loan amount, lifestyle, career, and assets.

  3. Click on the "Submit" Button: After filling in the form, click on the "Submit" button to get the prediction.

DEMO

DEMO-1 9e82f3a5-90e4-4705-9ad1-36e1d0946ea4

DEMO-2 ff40755f-3305-4be5-ae96-fda68841b2e5

How to Use

  1. Clone the repository:

    git clone https://github.com/m-rishab/Credbet.git
    

Running the Application

python app.py

About

A loan prediction web app which tells You that you are eligible for loan or not!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages