Spaces:
Sleeping
Sleeping
Upload README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: "Fraud Detection Model"
|
| 3 |
+
emoji: "🔍"
|
| 4 |
+
colorFrom: "red"
|
| 5 |
+
colorTo: "pink"
|
| 6 |
+
sdk: "streamlit"
|
| 7 |
+
sdk_version: "1.19.0" # Adjust to the version you're using
|
| 8 |
+
app_file: "slapp.py"
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Fraud Detection Model
|
| 13 |
+
|
| 14 |
+
This Space hosts a fraud detection model that predicts the acceptability of transactions based on various features.
|
| 15 |
+
|
| 16 |
+
## How to Use
|
| 17 |
+
|
| 18 |
+
1. Enter the transaction details in the input fields.
|
| 19 |
+
2. Click on the "Predict" button to see the results.
|