Skip to content

bertrandkerres/antler-bank-frauddetector

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published