arun-gharami commited on
Commit
3b8e5d2
·
verified ·
1 Parent(s): a204bf7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -25
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 Model
12
 
13
- This model predicts fraudulent financial transactions using machine learning.
14
 
15
- ## Model Details
16
- - Model: Random Forest
17
- - Task: Binary Classification (Fraud / Non-Fraud)
18
 
19
- ## Inputs
20
- - Time
21
- - V1–V28
22
- - Amount
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
- Arun Kumar Gharami
 
 
 
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