https://github.com/somenath203/loan-status-prediction-frontend
Click below to checkout the website live
https://github.com/somenath203/loan-status-prediction-frontend
antd loans machine-learning nextjs prediciton tailwindcss
Last synced: 4 months ago
JSON representation
Click below to checkout the website live
- Host: GitHub
- URL: https://github.com/somenath203/loan-status-prediction-frontend
- Owner: somenath203
- Created: 2023-08-03T19:19:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T20:02:44.000Z (about 2 years ago)
- Last Synced: 2025-03-14T01:25:49.058Z (7 months ago)
- Topics: antd, loans, machine-learning, nextjs, prediciton, tailwindcss
- Language: JavaScript
- Homepage: https://loan-status-prediction-frontend.vercel.app/
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Loan Status Prediction Frontend
This is a website built with the help of NextJS, TailwindCSS, and antd. This website is used to predict whether a particular applicant is eligible to get loan or not. The website is connected with a machine learning model built on top of RandomForestClassifier with the help of FastAPI and with the help of this model, the website makes predictions about the eligibility of an applicant for getting the loan.
#### Link to the FastAPI backend of the website: https://github.com/somenath203/Loan-Status-Prediction-Backend