CoolFace
Apppublic

lerobot/video-benchmark

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
2likes
__init__.py14 linesDownload Raw Back to src
1"""Server-side data layer for the Video Benchmark Space.2 3``schema`` holds the canonical UI vocabulary (column metadata, option4lists, leaderboard categories, parameter group narration, About-page5prose) that the Gradio app in ``app.py`` reads directly to build its6controls and tabs. ``compute`` holds the pure-Python row math the app7calls from its event handlers: filtering, composite ranking, leaderboard8aggregation, and the three Compare-tab chart aggregations.9 10Both modules are framework-agnostic — they only know about ``list[dict]``11rows and the ``COLUMNS`` metadata, so they're trivial to import from a12notebook or a test harness.13"""14