FrameArena / pyproject.toml
davidberenstein1957's picture
Update project name from "FrameLens" to "FrameArena" in pyproject.toml and modify short description in README for clarity.
b3af0e1
raw
history blame
376 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",
]