Skip to content

mariaob1201/serving_a_credit_loan_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Credit

This is a demo on a project I'm workin on related to credit scoring modeling. I serve the model in Streamlit simulating a credit evaluations platform with quick and seamless repsonses for an specific input, based on the credit model performed. The platform leverages a FICO score and the credit historical data (both RGN) to evaluate the probability of default of a potential customer. You can use the tool here and please dont hesitate to reach out if you have any feedback. Online Evaluation

Overview

CreditN is designed for a hassle-free experience, offering a predictive evaluation without relying on sociodemographic data. Here's a quick overview of the features:

  • Input Form: Use the sidebar to input your name, desired loan term, loan amount, and annual income.
  • Submit Button: Click the "Submit" button to initiate the credit assessment process.
  • Results: Receive your Credit Ninja Score, probability of default, and other relevant details.

How It Works

  1. Input Form: Enter your details in the sidebar, including your name, desired loan term, loan amount, and annual income.
  2. Submit: Click the "Submit" button to start the credit assessment.
  3. Results: Explore your Credit Ninja Score, probability of default, and other insights.

Notes

  • The platform utilizes your FICO score and other key factors for the assessment.
  • No sociodemographic data is used, ensuring a privacy-focused evaluation.

Usage

To use CreditN:

  1. Clone this repository.
  2. Install the required dependencies using pip install -r requirements.txt.
  3. Run the Streamlit app with streamlit run app.py.

Feel free to explore, contribute, and make the most of Credit Ninja!

CreditN

Note: The provided Python code includes functionalities for evaluating credit scores and creating a Streamlit app. Ensure you have the necessary dependencies installed before running the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published