GithubHelp home page GithubHelp logo

mb-muratbayraktar / tf-fraud-detection-using-machine-learning Goto Github PK

View Code? Open in Web Editor NEW

This project forked from qtangs/tf-fraud-detection-using-machine-learning

0.0 0.0 0.0 66 KB

Use Terraform to set up infrastructure described in AWS's example of fraud detection with SageMaker. https://docs.aws.amazon.com/solutions/latest/fraud-detection-using-machine-learning/architecture.html

License: Apache License 2.0

Shell 8.34% Python 11.65% HCL 47.01% Jupyter Notebook 33.00%

tf-fraud-detection-using-machine-learning's Introduction

Fraud Detection Using Machine Learning

Setup end to end demo architecture for predicting fraud events with Machine Learning using Amazon SageMaker and Terraform. This repo supports the original article posted on Medium.

Terraform version

Ensure your Terraform version is as follows (some modifications would be required if you run other Terraform versions):

$ terraform --version
Terraform v0.11.14
+ provider.archive v1.2.2
+ provider.aws v2.21.1
+ provider.template v2.1.2

To download Terraform, visit https://releases.hashicorp.com/terraform/

Setup steps

From terraform folder:

  1. Copy terraform_backend.tf.template to terraform_backend.tf and modify values accordingly. You need to manually create an S3 bucket or use an existing one to store the Terraform state file.
  2. Copy terraform.tfvars.template to terraform.tfvars and modify values accordingly. You don't need to create any buckets specified in here, they're to be created by terraform apply.
  3. Run the followings:
export AWS_PROFILE=<your desired profile>

terraform init
terraform validate
terraform plan -out=tfplan
terraform apply --auto-approve tfplan

Clean up

terraform plan -destroy -out=tfplan
terraform apply tfplan

Original source

https://github.com/awslabs/fraud-detection-using-machine-learning

Original CloudFormation script can be found at cloudformation folder (renamed from deployment).

License

This library is licensed under the Apache 2.0 License.

tf-fraud-detection-using-machine-learning's People

Contributors

qtangs avatar sojiadeshina avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.