arun-gharami commited on
Commit
b175db3
Β·
verified Β·
1 Parent(s): b9fee66

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +111 -8
README.md CHANGED
@@ -1,13 +1,116 @@
1
  ---
2
- title: Lead Ai Fraud Shield
3
- emoji: πŸ”₯
4
- colorFrom: pink
5
- colorTo: blue
6
  sdk: gradio
7
- sdk_version: 6.14.0
8
- python_version: '3.13'
9
  app_file: app.py
10
- pinned: false
 
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Lead.AI Fraud Shield
3
+ emoji: πŸ›‘
4
+ colorFrom: red
5
+ colorTo: yellow
6
  sdk: gradio
7
+ sdk_version: "4.0.0"
 
8
  app_file: app.py
9
+ pinned: true
10
+ license: mit
11
  ---
12
 
13
+ # πŸ›‘ Lead.AI Fraud Shield
14
+
15
+ **Explainable AI Fraud Detection for Small Businesses**
16
+
17
+ [![Website](https://img.shields.io/badge/Website-lead--ai.us-blue)](https://www.lead-ai.us)
18
+ [![GitHub](https://img.shields.io/badge/GitHub-Lead--AI--US-black)](https://github.com/Lead-AI-US/lead-ai-fraud-shield)
19
+ [![Gumroad](https://img.shields.io/badge/Buy-Starter%20Kit%20%2497-orange)](https://arunkg7.gumroad.com/l/ihsob)
20
+
21
+ ---
22
+
23
+ ## What This Does
24
+
25
+ The Lead.AI Fraud Shield analyzes business transactions in real time,
26
+ assigns a risk score (0–100%), and explains exactly why each alert was triggered β€”
27
+ in plain English, not technical jargon.
28
+
29
+ **No black boxes. Full explainability.**
30
+
31
+ ---
32
+
33
+ ## Business Use Case
34
+
35
+ | Problem | Solution |
36
+ |---|---|
37
+ | Chargebacks and refund abuse | Risk score flags transactions before processing |
38
+ | Manual fraud review | Automated scoring with instant explanations |
39
+ | No audit trail | Every decision is logged with reasoning |
40
+ | Fear of false positives | Adjustable thresholds, not binary yes/no |
41
+
42
+ **Industries:** E-commerce, SaaS, financial services, marketplace platforms
43
+
44
+ ---
45
+
46
+ ## How to Use This Demo
47
+
48
+ 1. Enter transaction details (amount, hour, merchant type, etc.)
49
+ 2. Click **Analyze Transaction**
50
+ 3. Read the risk score and plain-English explanation
51
+ 4. Use the example presets to see high-risk vs. low-risk patterns
52
+
53
+ ---
54
+
55
+ ## What Your Custom System Includes
56
+
57
+ When you deploy through Lead.AI, your Fraud Shield is:
58
+
59
+ - Trained on **your real transaction history**
60
+ - Calibrated to **your business's risk tolerance**
61
+ - Connected to **your payment processor or CRM**
62
+ - Monitored with **real-time alerts** to your phone or email
63
+ - Explained with **full audit-ready documentation**
64
+
65
+ ---
66
+
67
+ ## Technical Stack
68
+
69
+ | Layer | Technology |
70
+ |---|---|
71
+ | ML Model | Random Forest with SHAP explainability |
72
+ | Interface | Gradio |
73
+ | Deployment | Hugging Face Spaces |
74
+ | Production | FastAPI + Docker |
75
+
76
+ ---
77
+
78
+ ## Buy the Starter Kit
79
+
80
+ Get the full source code, sample dataset, and step-by-step setup guide:
81
+
82
+ πŸ‘‰ **[Buy Lead.AI Fraud Detection Kit β€” $97](https://arunkg7.gumroad.com/l/ihsob)**
83
+
84
+ Includes:
85
+ - Complete Python source code
86
+ - Sample transaction dataset (5,000 rows)
87
+ - Setup guide (no ML experience needed)
88
+ - Configuration templates
89
+ - 30-day email support
90
+
91
+ ---
92
+
93
+ ## Get a Custom Deployment
94
+
95
+ > ⚠️ This demo runs on synthetic data. For production use, your system must be trained and validated on your actual business data.
96
+
97
+ **Need this customized for your business?**
98
+
99
+ πŸ‘‰ **[Request a Custom Lead.AI Setup β†’ www.lead-ai.us](https://www.lead-ai.us)**
100
+
101
+ We handle:
102
+ - Training on your real data
103
+ - Integration with your systems
104
+ - Deployment and monitoring
105
+ - Ongoing support
106
+
107
+ ---
108
+
109
+ ## Links
110
+
111
+ | Platform | Link |
112
+ |---|---|
113
+ | 🌐 Website | [www.lead-ai.us](https://www.lead-ai.us) |
114
+ | πŸ’» Source Code | [GitHub](https://github.com/Lead-AI-US/lead-ai-fraud-shield) |
115
+ | πŸ›’ Starter Kit | [Buy β€” $97](https://arunkg7.gumroad.com/l/ihsob) |
116
+ | πŸ“§ Contact | hello@lead-ai.us |