FrameArena / pyproject.toml
davidberenstein1957's picture
Add image comparison slider functionality using gradio-imageslider. Update layout for frame display and enhance overall quality metric description. Update project dependencies in pyproject.toml and uv.lock.
a94c604
raw
history blame contribute delete
410 Bytes
[project]
name = "framearena"
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",
"gradio-imageslider>=0.0.20",
]