Spaces:
Running
Running
File size: 410 Bytes
0e0fda4 b3af0e1 0e0fda4 a94c604 0e0fda4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
[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",
]
|