Spaces:
Running
Running
Initial commit of the FrameLens project, including core application logic in app.py, configuration files (.python-version, pyproject.toml, requirements.txt), example video data (data.json), and necessary assets (.DS_Store). The application supports frame-by-frame video comparison using various metrics.
0e0fda4 | { | |
| "comparisons": [ | |
| { | |
| "videos": [ | |
| "examples/dog/1.mp4", | |
| "examples/dog/2.mp4" | |
| ] | |
| }, | |
| { | |
| "videos": [ | |
| "examples/dog/2.mp4", | |
| "examples/dog/3.mp4" | |
| ] | |
| }, | |
| { | |
| "videos": [ | |
| "examples/dog/1.mp4", | |
| "examples/dog/3.mp4" | |
| ] | |
| } | |
| ] | |
| } |