Neeraj Sathish Kumar
Standardize README file casing to README.md
7f91856
---
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`