Update README.md
Browse files
README.md
CHANGED
|
@@ -1,34 +1,27 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: mit
|
| 3 |
-
pipeline_tag: tabular-classification
|
| 4 |
-
tags:
|
| 5 |
-
- fraud-detection
|
| 6 |
-
- lead-ai
|
| 7 |
-
- financial-ai
|
| 8 |
-
- trustworthy-ai
|
| 9 |
---
|
| 10 |
|
| 11 |
-
# Lead.AI Fraud Detection
|
| 12 |
|
| 13 |
-
|
| 14 |
|
| 15 |
-
##
|
| 16 |
-
- Model: Random Forest
|
| 17 |
-
- Task: Binary Classification (Fraud / Non-Fraud)
|
| 18 |
|
| 19 |
-
|
| 20 |
-
-
|
| 21 |
-
-
|
| 22 |
-
-
|
| 23 |
-
|
| 24 |
-
## Output
|
| 25 |
-
- Fraud Risk Score (0–1)
|
| 26 |
-
- Prediction (0 or 1)
|
| 27 |
-
|
| 28 |
-
## Use Cases
|
| 29 |
-
- Credit card fraud detection
|
| 30 |
-
- Financial risk scoring
|
| 31 |
-
- AI-powered automation (Lead.AI)
|
| 32 |
|
| 33 |
## Author
|
| 34 |
-
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Lead.AI Explainable Fraud Detection
|
| 3 |
+
emoji: 🛡️
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "5.0.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# 🛡️ Lead.AI Labs — Explainable Fraud Detection
|
| 14 |
|
| 15 |
+
Interactive AI demo for fraud risk analysis using transparent scoring and explainable AI principles.
|
| 16 |
|
| 17 |
+
## Features
|
|
|
|
|
|
|
| 18 |
|
| 19 |
+
- Fraud / safe transaction prediction
|
| 20 |
+
- Risk score estimation
|
| 21 |
+
- Explainability summary
|
| 22 |
+
- Business-ready demo for financial AI
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
## Author
|
| 25 |
+
|
| 26 |
+
Arun Kumar Gharami
|
| 27 |
+
Lead.AI Labs
|