This is a plugin for eventyay.
A plugin for live interpretation of video streams
- Make sure that you have a working eventyay development setup.
- Clone this repository, e.g., to
local/eventyay-interpretation. - Activate the virtual environment you use for eventyay development.
- Execute
uv pip install -e .within this directory to register this application with the eventyay plugin registry. - Execute
makewithin this directory to compile translations. - Restart your local eventyay server. You can now use the plugin from this repository for your events by enabling it in the 'plugins' tab in the settings.
This plugin has CI set up to enforce a few code style rules. To check locally, you need ruff installed:
pip install ruff
To check your plugin for rule violations, run:
ruff check . ruff format --check .
You can auto-fix many of these issues by running:
ruff check . --fix ruff format .
To automatically check for these issues before you commit, you can run .install-hooks.
Copyright 2026 FOSSASIA
Released under the terms of the Apache License 2.0