Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,24 +1,23 @@
|
|
| 1 |
---
|
| 2 |
-
title: Credit Card
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: purple
|
| 6 |
-
sdk:
|
| 7 |
-
sdk_version: 5.46.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
short_description:
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 14 |
|
| 15 |
-
# Credit Card Fraud Detection (Machine Learning)
|
| 16 |
|
| 17 |
-
This project demonstrates fraud detection using multiple machine learning techniques on the popular **Kaggle Credit Card Fraud Dataset**.
|
| 18 |
We compare the performance of:
|
| 19 |
-
- Logistic Regression (supervised)
|
| 20 |
-
- Random Forest (supervised)
|
| 21 |
-
- Isolation Forest (unsupervised anomaly detection)
|
| 22 |
|
| 23 |
The app is deployed using **Streamlit** on Hugging Face Spaces.
|
| 24 |
|
|
@@ -26,8 +25,7 @@ The app is deployed using **Streamlit** on Hugging Face Spaces.
|
|
| 26 |
|
| 27 |
## 🚀 How to Run
|
| 28 |
|
| 29 |
-
### 1. Clone the
|
| 30 |
```bash
|
| 31 |
git clone https://huggingface.co/spaces/your-username/credit-card-fraud-detection
|
| 32 |
-
cd credit-card-fraud-detection
|
| 33 |
-
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Credit Card Fraud Detection
|
| 3 |
+
emoji: 💳
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: purple
|
| 6 |
+
sdk: streamlit
|
|
|
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
| 9 |
+
short_description: Detect fraudulent credit card transactions using ML
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 13 |
|
| 14 |
+
# 💳 Credit Card Fraud Detection (Machine Learning)
|
| 15 |
|
| 16 |
+
This project demonstrates **fraud detection** using multiple machine learning techniques on the popular **Kaggle Credit Card Fraud Dataset**.
|
| 17 |
We compare the performance of:
|
| 18 |
+
- **Logistic Regression** (supervised)
|
| 19 |
+
- **Random Forest** (supervised)
|
| 20 |
+
- **Isolation Forest** (unsupervised anomaly detection)
|
| 21 |
|
| 22 |
The app is deployed using **Streamlit** on Hugging Face Spaces.
|
| 23 |
|
|
|
|
| 25 |
|
| 26 |
## 🚀 How to Run
|
| 27 |
|
| 28 |
+
### 1. Clone the Repository
|
| 29 |
```bash
|
| 30 |
git clone https://huggingface.co/spaces/your-username/credit-card-fraud-detection
|
| 31 |
+
cd credit-card-fraud-detection
|
|
|