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
[project] | |
name = "framelens" | |
version = "0.1.0" | |
description = "Tool for frame-by-frame video or image metric comparison" | |
readme = "README.md" | |
requires-python = ">=3.12" | |
dependencies = [ | |
"gradio>=5.38.2", | |
"opencv-python>=4.8.0", | |
"numpy>=1.24.0", | |
"pillow>=10.0.0", | |
"scikit-image>=0.21.0", | |
"plotly>=5.17.0", | |
"imagehash>=4.3.1", | |
"scipy>=1.11.0", | |
] | |