GithubHelp home page GithubHelp logo

credit-assessment-microservice's Introduction

credit-assessment-microservice

Decription

This repo contains source code for a loan management and credit assessment microservice powered by machine learning models, which was submitted to NUS Fintech Month 2023 Hackathon.

Pitch Deck: Canva

Demo: Youtube

Deployment

The microservice is deployed on an AWS EC2 instance with an Nginx reverse proxy.

Deployment: http://18.142.225.55:8000/docs

Features

Public-available API endpoints:

  • Credit assessment: classify user’s credit score into 3 different groups: Good, Standard, and Poor based on customers’ information
  • Loan prediction: predict whether a personal loan will be accepted or not
  • SME loan estimation: calculate the amount of expected loan that SMEs will receive based on market-standard collateral analysis

Loan management API: serves as the backend for a loan management mobile application.

Getting started

  • Create and activate a virtual environment
  • Install dependencies: $ pip install -r requirements.txt
  • Create an environment file app/.env with a SECRET_KEY and activate the file by $ source app/.env
  • Start the microservice: uvicorn app.main:app --reload

credit-assessment-microservice's People

Contributors

nvbinh15 avatar

Watchers

 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.