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.
Getting started β load a recording, inspect it, and render a representation.
Transforms & representations β build a processing pipeline and feed it to PyTorch.
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.