nickyni commited on
Commit
ec4b3b0
Β·
verified Β·
1 Parent(s): ca984d7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -6
README.md CHANGED
@@ -1,12 +1,31 @@
1
  ---
2
- title: Visual Chronometer Nexaapi Demo
3
- emoji: πŸš€
4
- colorFrom: indigo
5
- colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 6.10.0
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Visual Chronometer via NexaAPI
3
+ emoji: 🎬
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 4.0.0
8
  app_file: app.py
9
  pinned: false
10
+ license: mit
11
  ---
12
 
13
+ # Visual Chronometer + NexaAPI: AI Video Generation Demo
14
+
15
+ Based on the research paper: **"The Pulse of Motion: Measuring Physical Frame Rate from Visual Dynamics"** ([arXiv:2603.14375](https://huggingface.co/papers/2603.14375))
16
+
17
+ ## What This Demo Does
18
+
19
+ 1. **Generate AI videos** via NexaAPI (Veo 3, Kling v3, and 50+ models)
20
+ 2. **Analyze temporal quality** β€” inspired by Visual Chronometer's PhyFPS measurement
21
+
22
+ 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.
23
+
24
+ ## Links
25
+
26
+ - 🌐 **NexaAPI**: [nexa-api.com](https://nexa-api.com)
27
+ - πŸš€ **RapidAPI**: [rapidapi.com/user/nexaquency](https://rapidapi.com/user/nexaquency)
28
+ - 🐍 **Python SDK**: `pip install nexaapi` | [PyPI](https://pypi.org/project/nexaapi)
29
+ - πŸ“¦ **Node.js SDK**: `npm install nexaapi` | [npm](https://npmjs.com/package/nexaapi)
30
+ - πŸ“„ **Paper**: [huggingface.co/papers/2603.14375](https://huggingface.co/papers/2603.14375)
31
+ - πŸ’» **Visual Chronometer**: [github.com/taco-group/Visual_Chronometer](https://github.com/taco-group/Visual_Chronometer)