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