Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (14 loc) · 307 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 307 Bytes

anomaly-detection-demo-app (WIP)

An app to be used for anomaly detection demos.

To build (you will need pipenv):

Install pipenv:

pip install pipenv

Build the project:

pipenv shell

pipenv install

cd app

npm install

npm run-script build

To run in dev mode:

cd ..

./start.sh