Spaces:
Sleeping
Sleeping
File size: 495 Bytes
298e633 7f91856 298e633 7be7b11 298e633 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
title: Credit Card Fraud Detection API
emoji: 💳
colorFrom: purple
colorTo: pink
sdk: docker
python_version: 3.10
sdk_version: 29.0.1
app_file: app.py
pinned: false
---
# Credit Card Fraud Detection API
This is an ML API deployed on Hugging Face Spaces using **FastAPI + Docker**.
**Endpoints:**
- `/docs` → Interactive Swagger UI
- `/predict` → Single transaction fraud score
- `/predict_multiple` → Batch prediction
Models available: `xgboost`, `random_forest`, `decision_tree` |