Spaces:
Sleeping
Sleeping
add: readme
Browse files
README.md
CHANGED
@@ -1,3 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# 🏦 Loan Prediction System
|
2 |
|
3 |
A comprehensive machine learning system for predicting loan approval decisions using deep neural networks. This project implements an end-to-end ML pipeline with exploratory data analysis, feature engineering, model training, and deployment capabilities.
|
|
|
1 |
+
---
|
2 |
+
title: Loan Prediction System
|
3 |
+
emoji: 🏦
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.28.0
|
8 |
+
app_file: scripts/app.py
|
9 |
+
pinned: false
|
10 |
+
license: mit
|
11 |
+
tags:
|
12 |
+
- machine-learning
|
13 |
+
- deep-learning
|
14 |
+
- loan-prediction
|
15 |
+
- pytorch
|
16 |
+
- streamlit
|
17 |
+
- finance
|
18 |
+
- classification
|
19 |
+
datasets:
|
20 |
+
- lending-club
|
21 |
+
models:
|
22 |
+
- pytorch
|
23 |
+
---
|
24 |
+
|
25 |
# 🏦 Loan Prediction System
|
26 |
|
27 |
A comprehensive machine learning system for predicting loan approval decisions using deep neural networks. This project implements an end-to-end ML pipeline with exploratory data analysis, feature engineering, model training, and deployment capabilities.
|