An example using Fuzzy.ai to detect fradulent credit card transactions. To learn more, read the blog post about the project.
To test the app, visit https://fraud-detection.fuzzy.ai/ and complete the form, or use the "fill with random data" button.
If you want to run your own instance of the bot, clone this repository and do the following:
- Run
npm install
- Copy
env.example
to.env
and populate values: - Copy your Fuzzy.ai API Key from your Fuzzy.ai Dashboard to
API_KEY
. - Create an "Empty" agent and copy the ID to
AGENT_ID
. - Run the bot via
npm run dev
.