Documentation Index
Fetch the complete documentation index at: https://mintlify.com/sujith52/fraud/llms.txt
Use this file to discover all available pages before exploring further.
Fraud Detection System
End-to-end machine learning system for detecting fraudulent insurance claims using Flask, XGBoost, and K-Means clustering
Quick Start
Get up and running with the fraud detection system in minutes
Set up environment
Start the Flask application
http://127.0.0.1:5001Key Features
Everything you need for production-ready fraud detection
Multi-Model Detection
K-Means Clustering
Data Validation
Batch Processing
Flask API
Monitoring Dashboard
Explore by Topic
Deep dive into specific areas of the system
System Architecture
Understand the ML pipeline from data ingestion to prediction serving
Data Preprocessing
Feature engineering, encoding, scaling, and handling missing values
Model Selection
Hyperparameter tuning with GridSearchCV for XGBoost and SVM
Production Deployment
Deploy to Heroku or your own infrastructure with Gunicorn
Ready to detect fraud?
Follow the quickstart guide to set up the system and start detecting fraudulent insurance claims in minutes.
Get Started