Giter Site home page Giter Site logo

ritax2003 / loan-approval-prediction Goto Github PK

View Code? Open in Web Editor NEW

This project forked from subrata2003/loan-approval-prediction

0.0 0.0 0.0 56 KB

This repo contains a simple yet interesting project in terms of finance that is Loan Approval Prediction.

Python 100.00%

loan-approval-prediction's Introduction

Loan Approval Prediction System

Welcome to the Loan Approval Prediction System! This project uses machine learning models to predict loan approval status based on various applicant features. The application is deployed using Streamlit and is accessible via - Streamlit Link- this link.

This file is also uploaded in Huggingface space - https://huggingface.co/spaces/subrata2003/loan_approval_system

Project Overview

The Loan Approval Prediction System is designed to assist financial institutions in predicting whether a loan application will be approved or not. The system uses logistic regression and decision tree models to analyze applicant information and provide a prediction.

Features

  • User-Friendly Interface: Built with Streamlit for an interactive web application experience.
  • Predictive Models: Utilizes logistic regression and decision tree models.
  • Dynamic Predictions: Real-time predictions based on user input.
  • GitHub Integration: Hosted on GitHub for version control and collaboration.

How It Works

  1. Input Data: Users provide details about the loan applicant, including personal and financial information.
  2. Model Prediction: The backend processes the input data using pre-trained machine learning models.
  3. Output: The system displays the predicted loan approval status.

Models Used

  • Logistic Regression: Accuracy: 89.80%
  • Decision Tree: Accuracy: 79.55%

Getting Started

To run this project locally, follow these steps:

Clone the Repository

git clone https://github.com/your-username/loan-approval-prediction.git
cd loan-approval-prediction

## Install Dependencies

Ensure you have Python 3.7+ installed. Then, create a virtual environment and install the required packages:

```bash
python -m venv env
source env/bin/activate  # On Windows use `env\Scripts\activate`
pip install -r requirements.txt

## Run the application
streamlit run app.py

loan-approval-prediction's People

Contributors

subrata2003 avatar ritax2003 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.