This repository contains code from the old anomaly detection project, transformed into R Shiny application with remote (AWS) deployment support.
- Get application source code:
git clone https://github.com/SoftServeSAG/aws_anomaly_detection
cd aws_anomaly_detection/
- Build docker image:
docker build --rm --force-rm -t anomaly_detection .
- Run docker image:
docker run --rm -p 3838:3838 anomaly_detection
- Open your favorite browser and navigate to the
http://127.0.0.1:3838/anomaly_detection/