Skip to content

fuzzy-ai/fraud-detection-example

Repository files navigation

Fuzzy.ai Fraud Detection Example

An example using Fuzzy.ai to detect fradulent credit card transactions. To learn more, read the blog post about the project.

Usage

To test the app, visit https://fraud-detection.fuzzy.ai/ and complete the form, or use the "fill with random data" button.

Development Installation

If you want to run your own instance of the bot, clone this repository and do the following:

  1. Run npm install
  2. Copy env.example to .env and populate values:
  3. Copy your Fuzzy.ai API Key from your Fuzzy.ai Dashboard to API_KEY.
  4. Create an "Empty" agent and copy the ID to AGENT_ID.
  5. Run the bot via npm run dev.