SoftServeSAG / aws_anomaly_detection

0 stars 0 forks source link

Anomaly detection demo for AWS

This repository contains code from the old anomaly detection project, transformed into R Shiny application with remote (AWS) deployment support.

Docker install

  1. Get application source code:

    git clone https://github.com/SoftServeSAG/aws_anomaly_detection
    cd aws_anomaly_detection/
  2. Build docker image:

    docker build --rm --force-rm -t anomaly_detection .
  3. Run docker image:

    docker run --rm -p 3838:3838 anomaly_detection
  4. Open your favorite browser and navigate to the http://127.0.0.1:3838/anomaly_detection/