ioarun / sit725-2021-t2-prac9

My Portfolio website

Home Page:https://backpropguy.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hi đź‘‹ I'm Arun. This is my portfolio repository and it is live!

Image

Use my anomaly detection service!

Image

  • Select a CSV file that has "normal" data by clicking on the Choose reference data (CSV) field.

Image

  • Click TRAIN button. This will fit the data to find mean and standard deviation of the normal data.

Image

  • Click Choose test data (CSV) field to select the test data you want to find anomalies in.

Image

Note: You can use the sample data at public/assets/data/normal.csv and public/assets/data/test.csv.

Great! so how do I use it locally?

Install using NPM

$ git clone https://github.com/ioarun/sit725-2021-t2-prac9
$ cd sit725-2021-t2-prac9/
$ npm install 

Install using Docker

Note: Docker version 19.03.11

Pull the image from docker.

$ docker pull ioarun/sit725-2021-t2-prac9

Build docker.

docker build -t ioarun/sit725-2021-t2-prac9

Run docker

sudo docker run -d -p 5000:8080 ioarun/sit725-2021-t2-prac9

Show time!

Next, go to localhost:5000 and you see the website up and running!

Questions?

You can reach out to me on twitter @backpropguy. Happy to chat about data science and software engineering.

About

My Portfolio website

https://backpropguy.herokuapp.com

License:Apache License 2.0


Languages

Language:JavaScript 51.2%Language:HTML 46.1%Language:CSS 2.2%Language:Dockerfile 0.4%