Credit_Card / README.md
muddasser's picture
Update README.md
146986d verified

A newer version of the Gradio SDK is available: 6.9.0

Upgrade
metadata
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

git clone https://huggingface.co/spaces/your-username/credit-card-fraud-detection
cd credit-card-fraud-detection