TutorialsΒΆ

Hands-on notebooks that walk through EventCV end to end. They ship pre-executed (the docs build does not re-run them), so the outputs you see are real.

  1. Getting started β€” load a recording, inspect it, and render a representation.

  2. Transforms & representations β€” build a processing pipeline and feed it to PyTorch.

  3. Streaming large files β€” use eventcv.open() to slice a gigabyte recording without loading it whole.

To add another, drop a pre-run .ipynb into docs/tutorials/ and list it in the toctree above.