strem 0.1.1

A tool for spatial and temporal pattern matching over perception streams.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# STREM

**S**patio-**T**emporal **R**egular **E**xpression **M**atcher is a tool that provides pattern matching against annotated video datastreams through the use of Spatial-based Regular Expressions (SpREs).

## Getting Started
To use STREM, it must first be installed. To install, you must have [Rust](https://www.rust-lang.org/) installed on your system. Once installed, run the following command after cloning the repository to install the tool:

```bash
cargo install strem
```

After installation, run the command `strem -h` from your preferred terminal to view its usage.