Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 668 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 668 Bytes

Bank fraud detector

This web app was created as part of the Antler Nordic Industry Sprint 1.

It uses an xgBoost classifier trained by TÜRKAY AVCI that can be found on kaggle. It was trained on a transformed synthetic bank payments dataset.

In order to run it, create a docker image by running

docker build --tag frauddetector-app . 

and then running it by

docker run --detach --publish 3100:3100 frauddetector-app

You can then open http://localhost:3100 in your browser to access the API.