Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available: 6.12.0
metadata
title: Visual Chronometer via NexaAPI
emoji: π¬
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 4.0.0
app_file: app.py
pinned: false
license: mit
Visual Chronometer + NexaAPI: AI Video Generation Demo
Based on the research paper: "The Pulse of Motion: Measuring Physical Frame Rate from Visual Dynamics" (arXiv:2603.14375)
What This Demo Does
- Generate AI videos via NexaAPI (Veo 3, Kling v3, and 50+ models)
- Analyze temporal quality β inspired by Visual Chronometer's PhyFPS measurement
The paper reveals that AI video generators suffer from "Chronometric Hallucination" β physically incorrect motion speeds. This demo lets you generate videos and visually inspect their temporal consistency.
Links
- π NexaAPI: nexa-api.com
- π RapidAPI: rapidapi.com/user/nexaquency
- π Python SDK:
pip install nexaapi| PyPI - π¦ Node.js SDK:
npm install nexaapi| npm - π Paper: huggingface.co/papers/2603.14375
- π» Visual Chronometer: github.com/taco-group/Visual_Chronometer