Automatic Anomaly Detection with minimal setup
- Run
bash install_bashrc
to install package dependencies - Run configuration InfluxDB on config.cfg
- Run configuration Grafana on Setup_Influxdb_and_Grafana to visualize anomaly detections
- Change number of updates (seconds) and time to detect (second) on config.cfg
- Run simulate data follow by command
ipython simulate_data/SimulateStream.py "data_path" &
withdata_path
is data directory - Run service:
ipython experiments/TestService.py &
- Run app.py and access to localhost:5000