Skip to content
#

credit-card-fraud

Here are 35 public repositories matching this topic...

awesome-fraud-detection-papers

A complete end-to-end fraud detection system for financial transactions, featuring data pipelines, cost-sensitive ML modeling, explainability with SHAP, threshold optimization, batch scoring, and an interactive Streamlit dashboard. Designed to simulate real-world fintech fraud-risk workflows.

  • Updated Dec 4, 2025
  • Python

AntiCCScam is a Python script that combats credit card fraud by sending fake data to scam websites, disrupting their malicious operations. This tool generates and automates the flooding of scam sites with random credit card information for educational and ethical purposes.

  • Updated Jul 17, 2024
  • Python

This repository contains an implementation of credit card fault detection using Luhn's algorithm. Luhn's algorithm is a checksum formula used to validate credit card numbers, as well as other identification numbers. The algorithm is based on performing a set of arithmetic operations on the digits of a given number, resulting in a checksum value.

  • Updated Feb 23, 2023
  • Python

A complete machine learning project to detect fraudulent credit card transactions. It includes data preprocessing, feature scaling, model training (Logistic Regression), evaluation, and deployment using Streamlit. Built with modular, production-ready code and a simulated dataset for privacy-safe demonstrations.

  • Updated Jul 14, 2025
  • Python

Improve this page

Add a description, image, and links to the credit-card-fraud topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the credit-card-fraud topic, visit your repo's landing page and select "manage topics."

Learn more