Datasets:
Formats:
csv
Languages:
English
Size:
1K - 10K
Tags:
arxiv-artifact
reproducibility
research-artifact
computer-science
computer-logic
formal-methods
License:
| [project] | |
| name = "pcmt" | |
| version = "0.1.0" | |
| description = "Proof-carrying multimodal timelines for finite-trace video-audio consistency" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "numpy", | |
| "matplotlib", | |
| "pytest", | |
| "opencv-python-headless", | |
| "pillow", | |
| "transformers", | |
| "huggingface-hub", | |
| ] | |
| [tool.pytest.ini_options] | |
| testpaths = ["tests"] | |
| pythonpath = ["."] | |