Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 432 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 432 Bytes

Run the real time as follows

	python3 real_time_checking_shesd.py

It needs the garage list file which has the list of garages to run real time analysis on. It collects data every 10 minutes (implemented using threading.Timer) and checks for anomalies. It create a log file anomaly_logs where it keeps metadata and prints out the detected anomalies in the terminal.

Also needs a "bearer" file with the authentication token.