Skip to content

cs1234500000/evadb_fraud_detection

Repository files navigation

Project Topic: Fraud Detection Application using EvaDB

Introduction

EvaDB enables software developers to build AI apps in a few lines of code. Its powerful SQL API simplifies AI app development for both structured and unstructured data. In this project, we build a basic fraud detection application with EvaDB using built-in Ludwig AI engine.

Run the code

  • Google Colab (Recommended)
  • Local Machine
    • pip install -r requirements.txt
    • python -m run_evadb

Result

We load the Credit Card Fraud Detection into our PostgreSQL database.

This command will download the credit card fraud dataset from Kaggle after data cleaning. The creditcard_fraud dataset contains over 3K records with 11 features and a binary label indicating whether a transaction was fraudulent or not.

The confusion matrix after training with Ludwig autoML Alt text

See more details in tutorial

About

basic fraud detection application using evadb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published