Skip to content

Azeem-0/tvs_credit_6_ml_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI/ML-Powered Loan Suggester Backend

Project Overview

This backend repository powers the AI/ML loan suggester that enhances the existing EMI calculator on the frontend. It provides personalized loan recommendations based on the user’s financial data and loan options. The backend is built using Flask and integrates machine learning algorithms to analyze different loan options and calculate suggestion scores, indicating the user's likelihood of successfully managing the EMI.

Problem Statement

Users currently do not receive personalized loan suggestions from the basic EMI calculator. This backend addresses this limitation by analyzing financial inputs and offering more tailored loan recommendations. These suggestions help users choose optimal loan plans, reducing the risk of financial strain.

Solution

The AI/ML loan suggester model provides:

  • Personalized loan recommendations based on the user's financial data (income, savings, debts).
  • Suggestion scores for various loan combinations, showing the likelihood of successful loan repayment.
  • Logistic regression to predict the chances of managing EMIs successfully based on historical data.

Technologies Used

  • Backend Framework: Flask (Python)
  • Machine Learning: Logistic Regression for loan suggestion scoring

Installation

Setup

  1. Clone the repository:
    git clone https://github.com/Azeem-0/tvs_credit_6_ml_model.git
    cd tvs_credit_6_ml_model ```
    
  2. Run the server:
    flask run app.py
    

The API will be available at http://localhost:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages