Skip to content

Commit

Permalink
owowo?
Browse files Browse the repository at this point in the history
  • Loading branch information
h313 committed Apr 11, 2024
1 parent 7d3731c commit f6179b4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions run_monitor.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash

# Record 1 minute of system data
./record input.csv 60

# Create linear model using collected system data
./build_model.py input.csv full_telemetry

# Run ILD using previous data
./seelie full_telemetry

0 comments on commit f6179b4

Please sign in to comment.