Skip to content

Latest commit

Β 

History

History
31 lines (21 loc) Β· 1.05 KB

File metadata and controls

31 lines (21 loc) Β· 1.05 KB

superml.dev

This repo is developed and maintained for education purpose to learn Agentic AI by superml.dev

We introduce our first project with Agentic AI, available to learn Fraud Detection in Card data Authorization.

ANTI-FRAUD

Available at https://github.com/superMLdev/anti-fraud Its a public repo for learning purpose only.

This project is a modular fraud detection platform that uses:

  • 🧠 Traditional Machine Learning models (XGBOOST)
  • πŸ€– LLMs (Large Language Models) for human-style explanations (OPEN AI can be extended to other LLMs)
  • πŸ“ˆ Drift detection to retrain models when fraud patterns change
  • πŸ” Reinforcement Learning-style feedback loops

πŸš€ Features

  • Real-time fraud prediction based on transaction data
  • Transparent LLM-based explanations of decisions
  • Feedback loop for manual corrections and re-training
  • Modular pipeline for drift detection and re-training
  • API endpoints for inserting transactions and getting predictions

πŸ‘¨β€πŸ’» Authors

Built with ❀️ by SuperML.dev