Skip to content

Enterprise-Neurosystem/edge-anomaly-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

edge-anomaly-detection

open source code for the detection of anomalies in sensor data This web app allows you to broadcast various sources of data in real time

OpenShift Quickstart

If you are following a workshop you can use the following

NOTE: If using Import from Git in the OpenShift web console you will need to:

  1. Open Advanced Git Options
  2. Set Context dir to src
# set namespace to your username
NAMESPACE=$(oc whoami)

scripts/bootstrap.sh

You can view the default parameters for bootstrap.sh here. This scripted example shows you some common oc commands you can use to aid in deploying apps quickly.

scripts/bootstrap.sh

Local Quickstart

Setup local development

The following section only needs to be run once

python3 -m venv venv

# activate your virtual env with the following
. venv/bin/activate

pip install -r src/requirements.txt

Run app locally

# reactivate your virtual env with the following
. venv/bin/activate

cd src

# python debug
python3 wsgi.py

# gunicorn
gunicorn wsgi:application -b 0.0.0.0:8080

Team Members

  1. Audrey Reznik
  2. Cameron Garrison
  3. Christina Xu
  4. Cory Latschkowski
  5. Eli Guidera
  6. Trevor Royer
  7. Troy Nelson

Meeting Information

Meetings are held every Thursday, 9-10 MST

Contact Audrey Reznik (areznik@redhat.com) for questions/comments/contributions.