An open API service indexing awesome lists of open source software.

https://github.com/memgraph/card-fraud

Python app for detecting credit card frauds using a graph database
https://github.com/memgraph/card-fraud

credit-card-fraud d3js fraud-detection graph-algorithms graph-database memgraph

Last synced: 10 months ago
JSON representation

Python app for detecting credit card frauds using a graph database

Awesome Lists containing this project

README

          


🔍 Credit Card Fraud Demo 🔍



license


build



Follow @memgraphdb


Discord

A web application with backend in Flask and frontend in JavaScript and D3.js
that uses Memgraph to analyze credit card transactions. The dataset is randomly
generated each time the app is started.

> [!NOTE]
> We no longer host the Card fraud app on `https://cardfraud.memgraph.com/`. You can still check out this project to learn how to build an app with Memgraph.

## Data model


memgraph-tutorial-credit-card-fraud-data-model

## Prerequisites

You will need:

- [Docker](https://docs.docker.com/get-docker/)
- [Docker Compose](https://docs.docker.com/compose/install/) (included with
Docker Desktop on Windows and macOS)

## Running the app

You can start everything using Docker Compose:

```
docker-compose build
docker-compose up
```